branch: elpa/nginx-mode commit ad2f140c1bbab05f68132aebc68a7d0fffa7b921 Author: Andrew J Cosgriff <and...@cosgriff.name> Commit: Andrew J Cosgriff <and...@cosgriff.name>
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 <and...@cosgriff.name> ;; Maintainer: Andrew J Cosgriff <and...@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)