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

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

[nongnu] elpa/nasm-mode a715d4e 22/67: Use sharp quote in call-interacti


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode a715d4e 22/67: Use sharp quote in call-interactively.
Date: Sun, 29 Aug 2021 11:23:45 -0400 (EDT)

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

    Use sharp quote in call-interactively.
---
 nasm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nasm-mode.el b/nasm-mode.el
index 60b6526..053cda9 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -451,7 +451,7 @@
 (defun nasm-colon ()
   "Insert a colon and convert the current line into a label."
   (interactive)
-  (call-interactively 'self-insert-command)
+  (call-interactively #'self-insert-command)
   (nasm-indent-line))
 
 (defmacro nasm--opt (keywords)



reply via email to

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