emacs-diffs
[Top][All Lists]
Advanced

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

scratch/command e1ebe40 4/5: Add a minor-modes variable


From: Lars Ingebrigtsen
Subject: scratch/command e1ebe40 4/5: Add a minor-modes variable
Date: Sat, 13 Feb 2021 17:13:38 -0500 (EST)

branch: scratch/command
commit e1ebe4077f076e20d20827595a7e56d5edbbb47b
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add a minor-modes variable
---
 src/buffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buffer.c b/src/buffer.c
index a36a17e..487599d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5626,7 +5626,7 @@ A value of nil means to use the current buffer's major 
mode, provided
 it is not marked as "special".  */);
 
   DEFVAR_PER_BUFFER ("minor-modes", &BVAR (current_buffer, minor_modes),
-                    Qsymbolp,
+                    Qnil,
                     doc: /* Minor modes currently active in the current buffer.
 This is a list of symbols, or nil if there are no minor modes active.  */);
 



reply via email to

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