summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-10-26 03:29:54 +0000
committerRichard M. Stallman <rms@gnu.org>1993-10-26 03:29:54 +0000
commit4eea7a6aba0fc85a613ddc0225864c675d5f458a (patch)
tree33031eb5093e1f78910fc31c752243b1c2cbf629 /lisp/bookmark.el
parent4a026da8a1dd5528aec41c38064396822c25e34b (diff)
downloademacs-4eea7a6aba0fc85a613ddc0225864c675d5f458a.tar.gz
(bookmark-load, bookmark-write-file):
Bind enable-local-variables instead of enable-local-eval.
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r--lisp/bookmark.el4
1 files changed, 2 insertions, 2 deletions
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