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

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

[nongnu] elpa/nasm-mode 5110886 64/67: Add type specification to nasm-ba


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode 5110886 64/67: Add type specification to nasm-basic-offset
Date: Sun, 29 Aug 2021 11:23:53 -0400 (EDT)

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

    Add type specification to nasm-basic-offset
---
 nasm-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nasm-mode.el b/nasm-mode.el
index 66a0938..db6c081 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -49,6 +49,7 @@
 
 (defcustom nasm-basic-offset (default-value 'tab-width)
   "Indentation level for `nasm-mode'."
+  :type 'integer
   :group 'nasm-mode)
 
 (defcustom nasm-after-mnemonic-whitespace :tab



reply via email to

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