diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-08-22 17:09:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-08-22 17:09:58 +0000 |
commit | 4d96f7e75bed46ef6ec86cc0824cfb0529994725 (patch) | |
tree | 96d6bebe140fd6503399922a5b00d8488cca072c /lisp/mail/mail-extr.el | |
parent | 35bf5a4e0728a9d17e9ec6adb809bb1abbd9d657 (diff) | |
download | emacs-4d96f7e75bed46ef6ec86cc0824cfb0529994725.tar.gz emacs-4d96f7e75bed46ef6ec86cc0824cfb0529994725.tar.bz2 emacs-4d96f7e75bed46ef6ec86cc0824cfb0529994725.zip |
(mail-extr-all-top-level-domains): Add forward defvar.
Diffstat (limited to 'lisp/mail/mail-extr.el')
-rw-r--r-- | lisp/mail/mail-extr.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index 7f2e6fef6b6..675444d7ba4 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el @@ -687,6 +687,7 @@ Unless NO-REPLACE is true, at each of the positions in LIST-SYMBOL (defvar disable-initial-guessing-flag) ; dynamic assignment (defvar cbeg) ; dynamic assignment (defvar cend) ; dynamic assignment +(defvar mail-extr-all-top-level-domains) ; Defined below. ;;;###autoload (defun mail-extract-address-components (address &optional all) |