changeset 4893:c4bab885aa8d

(bookmark-load, bookmark-write-file): Bind enable-local-variables instead of enable-local-eval.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Oct 1993 03:29:54 +0000
parents 884b7620b60b
children 1574c6c6561f
files lisp/bookmark.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bookmark.el	Tue Oct 26 00:00:58 1993 +0000
+++ b/lisp/bookmark.el	Tue Oct 26 03:29:54 1993 +0000
@@ -680,7 +680,7 @@
     (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 @@
         (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