Fix indent-tabs-mode globality
* lisp/simple.el (indent-tabs-mode): This is not a global mode, so don't claim it is (bug#49971).
This commit is contained in:
parent
f421efdb5f
commit
c202f22f4d
1 changed files with 1 additions and 1 deletions
|
@ -7299,7 +7299,7 @@ or \"mark.*active\" at the prompt."
|
|||
|
||||
(define-minor-mode indent-tabs-mode
|
||||
"Toggle whether indentation can insert TAB characters."
|
||||
:global t :group 'indent :variable indent-tabs-mode)
|
||||
:group 'indent)
|
||||
|
||||
(defvar widen-automatically t
|
||||
"Non-nil means it is ok for commands to call `widen' when they want to.
|
||||
|
|
Loading…
Add table
Reference in a new issue