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:
parent
39b166fc43
commit
2a5233c3c4
5 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue