* lisp/simple.el (indent-tabs-mode): Make into a minor mode (bug#6276).
** Miscellaneous
+---
+*** 'indent-tabs-mode' is now a global minor mode instead of just a variable.
+
---
*** New user option 'save-place-abbreviate-file-names'.
;; It's defined in C/cus-start, this stops the d-m-m macro defining it again.
:variable (default-value 'transient-mark-mode))
+(define-minor-mode indent-tabs-mode
+ "Toggle whether indentation can insert TAB characters."
+ :global t :group 'indent :variable indent-tabs-mode)
+
(defvar widen-automatically t
"Non-nil means it is ok for commands to call `widen' when they want to.
Some commands will do this in order to go to positions outside