branch: elpa/nasm-mode commit 1d4871ef184fc5da792bccbae1ea189f876706fc Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@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)