Skip to content

Commit ad2f140

Browse files
committed
fix commenting/uncommenting as per suggestion from @mbunkus - fixes #3.
1 parent 87ee3d1 commit ad2f140

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nginx-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Andrew J Cosgriff <[email protected]>
66
;; Maintainer: Andrew J Cosgriff <[email protected]>
77
;; Created: 15 Oct 2010
8-
;; Version: 1.1
8+
;; Version: 1.1.1
99
;; Keywords: nginx
1010

1111
;; available from http://github.com/ajc/nginx-mode
@@ -173,7 +173,6 @@ The variable nginx-indent-level controls the amount of indentation.
173173

174174
(set (make-local-variable 'comment-start) "# ")
175175
(set (make-local-variable 'comment-start-skip) "#+ *")
176-
(set (make-local-variable 'comment-use-syntax) t)
177176
(set (make-local-variable 'comment-end) "")
178177
(set (make-local-variable 'comment-auto-fill-only-comments) t)
179178

0 commit comments

Comments
 (0)