diff options
author | Glenn Morris <rgm@gnu.org> | 2016-01-30 11:36:41 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-01-30 11:36:41 -0800 |
commit | 2a5233c3c44d3ae6183d8b766f1a86083c318119 (patch) | |
tree | f479c55f58e63e2b6ef492cf70a1c3207e2e6eb4 /lisp/gnus | |
parent | 39b166fc43a37d1731a194c06deacba571894847 (diff) | |
download | emacs-2a5233c3c44d3ae6183d8b766f1a86083c318119.tar.gz emacs-2a5233c3c44d3ae6183d8b766f1a86083c318119.tar.bz2 emacs-2a5233c3c44d3ae6183d8b766f1a86083c318119.zip |
Mark some user options that can get evalled as risky.
* lisp/allout.el (allout-title):
* lisp/emacs-lisp/edebug.el (edebug-global-break-condition):
* lisp/gnus/message.el (message-mailer-swallows-blank-line):
* lisp/progmodes/gud.el (gud-tooltip-display):
* lisp/vc/ediff-mult.el (ediff-default-filtering-regexp):
Mark as risky.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/message.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 51dcc1a909f..f175036e96f 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -1073,6 +1073,7 @@ If a function, the result from the function will be used instead. If a form, the result from the form will be used instead." :version "23.2" :type 'sexp + :risky t :link '(custom-manual "(message)Insertion Variables") :group 'message-insertion) @@ -1287,6 +1288,7 @@ The value should be an expression to test whether the problem will actually occur." :group 'message-sending :link '(custom-manual "(message)Mail Variables") + :risky t :type 'sexp) ;;;###autoload |