emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nginx-mode ad2f140 08/34: fix commenting/uncommenting as p


From: ELPA Syncer
Subject: [nongnu] elpa/nginx-mode ad2f140 08/34: fix commenting/uncommenting as per suggestion from @mbunkus - fixes #3.
Date: Sun, 29 Aug 2021 11:24:12 -0400 (EDT)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]