projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8557ecc
)
* lisp/bookmark.el (bookmark-make-record): Fix thinko.
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 23 Sep 2022 14:07:07 +0000
(16:07 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 23 Sep 2022 14:07:07 +0000
(16:07 +0200)
lisp/bookmark.el
patch
|
blob
|
history
diff --git
a/lisp/bookmark.el
b/lisp/bookmark.el
index 0384812d3fd11e4cc6ba4e7c38e5a212ef9b65c0..a4d42371511f09d81e85ae0122451c7834ac9065 100644
(file)
--- a/
lisp/bookmark.el
+++ b/
lisp/bookmark.el
@@
-607,8
+607,8
@@
context strings from the current buffer."
;; don't include any context in the bookmark file, because
;; that would leak (possibly secret) data.
(if (and buffer-file-name
- (
not (
run-hook-with-args-until-success
-
'bookmark-inhibit-context-functions buffer-file-name)
))
+ (run-hook-with-args-until-success
+
'bookmark-inhibit-context-functions buffer-file-name
))
0
bookmark-search-size))
(record (funcall bookmark-make-record-function)))