Mercurial > emacs
changeset 76140:bebed32eb12f
(hack-one-local-variable-eval-safep): Correct handling
of edebug-form-spec property value. Reported by Johan Bockgrd
<bojohan+mail@dd.chalmers.se>.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 25 Feb 2007 09:24:11 +0000 |
parents | 1cd9f0d1c35a |
children | 80a9687ba4c5 |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sun Feb 25 06:43:10 2007 +0000 +++ b/lisp/files.el Sun Feb 25 09:24:11 2007 +0000 @@ -2787,7 +2787,8 @@ ;; 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