projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f421efd
)
Fix indent-tabs-mode globality
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 22 Aug 2022 12:02:34 +0000
(14:02 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 22 Aug 2022 12:02:34 +0000
(14:02 +0200)
* lisp/simple.el (indent-tabs-mode): This is not a global mode, so
don't claim it is (bug#49971).
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index d862c0e9a869ed802581cc216e3afe68c12406e0..460aff8bd826229bc4d03f0fc47525304c21613f 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-7299,7
+7299,7
@@
or \"mark.*active\" at the prompt."
(define-minor-mode indent-tabs-mode
"Toggle whether indentation can insert TAB characters."
- :g
lobal t :group 'indent :variable indent-tabs-mode
)
+ :g
roup 'indent
)
(defvar widen-automatically t
"Non-nil means it is ok for commands to call `widen' when they want to.