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

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

[nongnu] elpa/nasm-mode 6e208d5 29/67: Indent single-commented lines dif


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode 6e208d5 29/67: Indent single-commented lines differently.
Date: Sun, 29 Aug 2021 11:23:47 -0400 (EDT)

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

    Indent single-commented lines differently.
---
 nasm-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nasm-mode.el b/nasm-mode.el
index d39e583..8e42710 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -538,8 +538,7 @@
     (if (or (looking-at (nasm--opt nasm-directives))
             (looking-at (nasm--opt nasm-pp-directives))
             (looking-at "\\[")
-            (looking-at ";+\\s-+")
-            (looking-at ";+$")
+            (looking-at ";;+")
             (looking-at nasm-label-regexp))
         (indent-line-to 0)
       (indent-line-to nasm-basic-offset))



reply via email to

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