Variable: mail-abbrev-syntax-table

mail-abbrev-syntax-table is a variable defined in mailabbrev.el.gz.

Value

nil

Documentation

The syntax-table used for abbrev-expansion purposes.

This is not actually made the current syntax table of the buffer, but simply controls the set of characters which may be a part of the name of a mail alias. The value is set up, buffer-local, when first needed.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/mailabbrev.el.gz
(defvar mail-abbrev-syntax-table nil
  "The syntax-table used for abbrev-expansion purposes.
This is not actually made the current syntax table of the buffer, but
simply controls the set of characters which may be a part of the name
of a mail alias.  The value is set up, buffer-local, when first needed.")