aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 322693f631a..6de21902210 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -6682,6 +6682,10 @@ or \"mark.*active\" at the prompt."
6682 ;; It's defined in C/cus-start, this stops the d-m-m macro defining it again. 6682 ;; It's defined in C/cus-start, this stops the d-m-m macro defining it again.
6683 :variable (default-value 'transient-mark-mode)) 6683 :variable (default-value 'transient-mark-mode))
6684 6684
6685(define-minor-mode indent-tabs-mode
6686 "Toggle whether indentation can insert TAB characters."
6687 :global t :group 'indent :variable indent-tabs-mode)
6688
6685(defvar widen-automatically t 6689(defvar widen-automatically t
6686 "Non-nil means it is ok for commands to call `widen' when they want to. 6690 "Non-nil means it is ok for commands to call `widen' when they want to.
6687Some commands will do this in order to go to positions outside 6691Some commands will do this in order to go to positions outside