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

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

[nongnu] elpa/nasm-mode e950dca 06/67: Use work boundary in smart indent


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode e950dca 06/67: Use work boundary in smart indentation.
Date: Sun, 29 Aug 2021 11:23:42 -0400 (EDT)

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

    Use work boundary in smart indentation.
---
 nasm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nasm-mode.el b/nasm-mode.el
index 4455246..200579a 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -412,7 +412,7 @@
 (defmacro nasm--opt (keywords)
   "Prepare KEYWORDS for `looking-at'."
   `(eval-when-compile
-     (concat "\\s-*" (regexp-opt ,keywords t))))
+     (concat "\\s-*" (regexp-opt ,keywords 'words))))
 
 (defun nasm-indent-line ()
   "Indent current line as NASM assembly code."



reply via email to

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