diff options
Diffstat (limited to 'lisp/mail/supercite.el')
-rw-r--r-- | lisp/mail/supercite.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index ad69dca8c43..ce00a7cf665 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -702,7 +702,11 @@ the list should be unique." "Regi frame for glomming mail header information.") (put 'sc-mail-glom-frame 'risky-local-variable t) -(defvar curline) ; dynamic bondage +;; This variable is bound dynamically before calling the forms in the +;; `sc-mail-glom-frame' variable, and is part of the advertised +;; interface. +(with-suppressed-warnings ((lexical curline)) + (defvar curline)) ;; regi functions |