emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 95c82ef: In ‘clone-indirect-buffer’ fix argument m


From: Martin Rudalics
Subject: [Emacs-diffs] master 95c82ef: In ‘clone-indirect-buffer’ fix argument mixup (Bug#24306)
Date: Thu, 25 Aug 2016 09:05:37 +0000 (UTC)

branch: master
commit 95c82efdb141029de89d9136a9ce4fe907de7c5e
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    In ‘clone-indirect-buffer’ fix argument mixup (Bug#24306)
    
    * lisp/simple.el (clone-indirect-buffer): Add value for ACTION
    argument in `pop-to-buffer' call (Bug#24306).
---
 lisp/simple.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 51b24bb..6105f01 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -8419,7 +8419,7 @@ Returns the newly created indirect buffer."
     (with-current-buffer buffer
       (run-hooks 'clone-indirect-buffer-hook))
     (when display-flag
-      (pop-to-buffer buffer norecord))
+      (pop-to-buffer buffer nil norecord))
     buffer))
 
 



reply via email to

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