]> git.eshelyaron.com Git - emacs.git/commitdiff
(bookmark-load, bookmark-write-file):
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Oct 1993 03:29:54 +0000 (03:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Oct 1993 03:29:54 +0000 (03:29 +0000)
Bind enable-local-variables instead of enable-local-eval.

lisp/bookmark.el

index cb52753686c78b824d9cbcd17cece80cd12f264c..24dc1fc8f4035474762467634c414fb5e8d4c06e 100644 (file)
@@ -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