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

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

[nongnu] elpa/nasm-mode 1d4871e 66/67: Use sharp quotes on expressions a


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode 1d4871e 66/67: Use sharp quotes on expressions added in last commit
Date: Sun, 29 Aug 2021 11:23:54 -0400 (EDT)

branch: elpa/nasm-mode
commit 1d4871ef184fc5da792bccbae1ea189f876706fc
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Use sharp quotes on expressions added in last commit
---
 nasm-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nasm-mode.el b/nasm-mode.el
index af5f08f..842d347 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -749,8 +749,8 @@ With a prefix arg, kill the comment on the current line with
   (setf font-lock-defaults '(nasm-font-lock-keywords nil :case-fold)
         indent-line-function #'nasm-indent-line
         comment-start ";"
-        comment-indent-function 'nasm-comment-indent
-        comment-insert-comment-function 'nasm-insert-comment
+        comment-indent-function #'nasm-comment-indent
+        comment-insert-comment-function #'nasm-insert-comment
         imenu-generic-expression nasm-imenu-generic-expression))
 
 (provide 'nasm-mode)



reply via email to

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