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.
This commit is contained in:
Glenn Morris 2016-01-30 11:36:41 -08:00
parent 39b166fc43
commit 2a5233c3c4
5 changed files with 8 additions and 3 deletions

View file

@ -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