emacs-diffs
[Top][All Lists]
Advanced

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

master 7865820 2/2: next-error-find-buffer-function: Back to #'ignore


From: Dmitry Gutov
Subject: master 7865820 2/2: next-error-find-buffer-function: Back to #'ignore
Date: Thu, 28 May 2020 19:05:14 -0400 (EDT)

branch: master
commit 7865820f6b04486f4408fce30c2266379b0d59e8
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    next-error-find-buffer-function: Back to #'ignore
    
    * lisp/simple.el (next-error-find-buffer-function):
    Change the default back, to simplify the default behavior
    (bug#40919).
---
 lisp/simple.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index a4b8171..247769e 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -199,7 +199,7 @@ rejected, and the function returns nil."
           (and extra-test-inclusive
                (funcall extra-test-inclusive))))))
 
-(defcustom next-error-find-buffer-function 
#'next-error-no-navigation-try-current
+(defcustom next-error-find-buffer-function #'ignore
   "Function called to find a `next-error' capable buffer.
 This functions takes the same three arguments as the function
 `next-error-find-buffer', and should return the buffer to be
@@ -215,7 +215,7 @@ all other buffers."
                         next-error-no-navigation-try-current)
                  (function :tag "Other function"))
   :group 'next-error
-  :version "27.1")
+  :version "28.1")
 
 (defcustom next-error-found-function #'ignore
   "Function called when a next locus is found and displayed.



reply via email to

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