diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-06-06 12:27:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-06-06 12:27:26 +0000 |
commit | c4f7f786e93880d2e659bbb8f2ddb83192c921e4 (patch) | |
tree | 7c48dd33322dd484f0ea6d132aeb2425dc9d9a10 /lisp/mail/supercite.el | |
parent | c04ed304e60e0347f2b08d9a93cc13f4f4166f18 (diff) | |
download | emacs-c4f7f786e93880d2e659bbb8f2ddb83192c921e4.tar.gz |
(sc-mail-glom-frame): Mark as risky.
Diffstat (limited to 'lisp/mail/supercite.el')
-rw-r--r-- | lisp/mail/supercite.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index ba4aca881ef..593f46cad40 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -720,6 +720,7 @@ the list should be unique." (sc-mail-warn-if-non-rfc822-p (sc-mail-error-in-mail-field)) (end (setq sc-mail-headers-end (point)))) "Regi frame for glomming mail header information.") +(put 'sc-mail-glom-frame 'risky-local-variable t) (defvar curline) ; dynamic bondage |