summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Andrew J Cosgriff2013-05-31 20:48:30 +1000
committerGravatar Andrew J Cosgriff2013-05-31 20:48:30 +1000
commitad2f140c1bbab05f68132aebc68a7d0fffa7b921 (patch)
tree6a120886534afbe509f556982dc91402555dcace
parent87ee3d11a0cb0aa5b0b1ea6ab918875a7867b93b (diff)
downloadnginx-mode-ad2f140c1bbab05f68132aebc68a7d0fffa7b921.tar.gz
nginx-mode-ad2f140c1bbab05f68132aebc68a7d0fffa7b921.zip
fix commenting/uncommenting as per suggestion from @mbunkus - fixes #3.
-rw-r--r--nginx-mode.el3
1 files changed, 1 insertions, 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 <andrew@cosgriff.name>
;; Maintainer: Andrew J Cosgriff <andrew@cosgriff.name>
;; 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)