of edebug-form-spec property value. Reported by Johan Bockgård
<bojohan+mail@dd.chalmers.se>.
+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\e,Ae\e(Brd
+ <bojohan+mail@dd.chalmers.se>.
+
2007-02-25 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org.el (org-table-overlay-coordinates)
;; 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