Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
186a7127
Commit
186a7127
authored
Oct 26, 1993
by
Richard M. Stallman
Browse files
(bookmark-load, bookmark-write-file):
Bind enable-local-variables instead of enable-local-eval.
parent
9d441895
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/bookmark.el
lisp/bookmark.el
+2
-2
No files found.
lisp/bookmark.el
View file @
186a7127
...
...
@@ -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-
e
va
l
nil
))
(
set-buffer
(
let
((
enable-local-va
riables
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-
e
va
l
nil
))
(
set-buffer
(
let
((
enable-local-va
riables
nil
))
(
find-file-noselect
file
)))
(
goto-char
(
point-min
))
(
let
((
blist
(
car
(
read-from-string
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment