Variable: mail-abbrevs
mail-abbrevs is a variable defined in mailabbrev.el.gz.
Value
nil
Documentation
Word-abbrev table of mail address aliases.
If this is nil, it means the aliases have not yet been initialized and should be read from the .mailrc file. (This is distinct from there being no aliases, which is represented by this being a table with no entries.)
Source Code
;; Defined in /usr/src/emacs/lisp/mail/mailabbrev.el.gz
;; originally defined in sendmail.el - used to be an alist, now is a table.
(defvar mail-abbrevs nil
"Word-abbrev table of mail address aliases.
If this is nil, it means the aliases have not yet been initialized and
should be read from the .mailrc file. (This is distinct from there being
no aliases, which is represented by this being a table with no entries.)")