emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ea0dfb173c: * lisp/bookmark.el (bookmark-make-record): Fix thinko


From: Michael Albinus
Subject: master ea0dfb173c: * lisp/bookmark.el (bookmark-make-record): Fix thinko.
Date: Fri, 23 Sep 2022 10:07:22 -0400 (EDT)

branch: master
commit ea0dfb173c66b546b8ab39569dc731d061be9ad5
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/bookmark.el (bookmark-make-record): Fix thinko.
---
 lisp/bookmark.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 0384812d3f..a4d4237151 100644
--- 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]