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