aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-08-22 17:09:58 +0000
committerRichard M. Stallman <[email protected]>2004-08-22 17:09:58 +0000
commit4d96f7e75bed46ef6ec86cc0824cfb0529994725 (patch)
tree96d6bebe140fd6503399922a5b00d8488cca072c /lisp/mail
parent35bf5a4e0728a9d17e9ec6adb809bb1abbd9d657 (diff)
(mail-extr-all-top-level-domains): Add forward defvar.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/mail-extr.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el
index 7f2e6fef6b..675444d7ba 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)