Function: mail-abbrevs-disable
mail-abbrevs-disable is a byte-compiled function defined in
mailabbrev.el.gz.
Signature
(mail-abbrevs-disable)
Documentation
Turn off use of the mailabbrev package.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/mailabbrev.el.gz
(defun mail-abbrevs-disable ()
"Turn off use of the `mailabbrev' package."
(remove-hook 'mail-mode-hook #'mail-abbrevs-setup)
(abbrev-mode (if (default-value 'abbrev-mode) 1 -1)))