From ad2f140c1bbab05f68132aebc68a7d0fffa7b921 Mon Sep 17 00:00:00 2001 From: Andrew J Cosgriff Date: Fri, 31 May 2013 20:48:30 +1000 Subject: fix commenting/uncommenting as per suggestion from @mbunkus - fixes #3. --- nginx-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx-mode.el b/nginx-mode.el index 8ecece7..795aedd 100644 --- a/nginx-mode.el +++ b/nginx-mode.el @@ -5,7 +5,7 @@ ;; Author: Andrew J Cosgriff ;; Maintainer: Andrew J Cosgriff ;; Created: 15 Oct 2010 -;; Version: 1.1 +;; Version: 1.1.1 ;; Keywords: nginx ;; available from http://github.com/ajc/nginx-mode @@ -173,7 +173,6 @@ The variable nginx-indent-level controls the amount of indentation. (set (make-local-variable 'comment-start) "# ") (set (make-local-variable 'comment-start-skip) "#+ *") - (set (make-local-variable 'comment-use-syntax) t) (set (make-local-variable 'comment-end) "") (set (make-local-variable 'comment-auto-fill-only-comments) t) -- cgit v1.2.3-54-g00ecf