(hack-one-local-variable-eval-safep): Correct handling
of edebug-form-spec property value. Reported by Johan Bockgård <bojohan+mail@dd.chalmers.se>.
This commit is contained in:
parent
f252c2ad23
commit
f215a02f44
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-02-25 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* files.el (hack-one-local-variable-eval-safep): Correct handling
|
||||
of edebug-form-spec property value. Reported by Johan Bockg,Ae(Brd
|
||||
<bojohan+mail@dd.chalmers.se>.
|
||||
|
||||
2007-02-25 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org.el (org-table-overlay-coordinates)
|
||||
|
|
|
@ -2787,7 +2787,8 @@ It is dangerous if either of these conditions are met:
|
|||
;; During bootstrapping, edebug-basic-spec might not be
|
||||
;; defined yet.
|
||||
(and (fboundp 'edebug-basic-spec)
|
||||
(edebug-basic-spec val))))))
|
||||
(hack-one-local-variable-quotep val)
|
||||
(edebug-basic-spec (nth 1 val)))))))
|
||||
;; Allow expressions that the user requested.
|
||||
(member exp safe-local-eval-forms)
|
||||
;; Certain functions can be allowed with safe arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue