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:
Lars Ingebrigtsen 2022-08-22 14:02:34 +02:00
parent f421efdb5f
commit c202f22f4d

View file

@ -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.