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/emacs-lisp | |
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/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/edebug.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 5b841e88165..e8484fa1f94 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -225,6 +225,7 @@ After execution is resumed, the error is signaled again." "If non-nil, an expression to test for at every stop point. If the result is non-nil, then break. Errors are ignored." :type 'sexp + :risky t :group 'edebug) (defcustom edebug-sit-for-seconds 1 |