From: Richard M. Stallman Date: Tue, 26 Oct 1993 03:29:54 +0000 (+0000) Subject: (bookmark-load, bookmark-write-file): X-Git-Tag: emacs-19.34~10958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=186a7127b2ba14b6b9266a55ca0e9918fdd2f4f1;p=emacs.git (bookmark-load, bookmark-write-file): Bind enable-local-variables instead of enable-local-eval. --- diff --git a/lisp/bookmark.el b/lisp/bookmark.el index cb52753686c..24dc1fc8f40 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -680,7 +680,7 @@ for a file, defaulting to the file defined by variable (save-window-excursion (if (>= baud-rate 9600) (message (format "Saving bookmarks to file %s." file))) - (set-buffer (let ((enable-local-eval nil)) + (set-buffer (let ((enable-local-variables nil)) (find-file-noselect file))) (goto-char (point-min)) (delete-region (point-min) (point-max)) @@ -724,7 +724,7 @@ explicitly." (save-window-excursion (if (and (null no-msg) (>= baud-rate 9600)) (message (format "Loading bookmarks from %s..." file))) - (set-buffer (let ((enable-local-eval nil)) + (set-buffer (let ((enable-local-variables nil)) (find-file-noselect file))) (goto-char (point-min)) (let ((blist (car (read-from-string