]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/bookmark.el (bookmark-make-record): Fix thinko.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 23 Sep 2022 14:07:07 +0000 (16:07 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 23 Sep 2022 14:07:07 +0000 (16:07 +0200)
lisp/bookmark.el

index 0384812d3fd11e4cc6ba4e7c38e5a212ef9b65c0..a4d42371511f09d81e85ae0122451c7834ac9065 100644 (file)
@@ -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)))