projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63415a5
)
In ‘clone-indirect-buffer’ fix argument mixup (Bug#24306)
author
Martin Rudalics
<rudalics@gmx.at>
Thu, 25 Aug 2016 09:04:46 +0000
(11:04 +0200)
committer
Martin Rudalics
<rudalics@gmx.at>
Thu, 25 Aug 2016 09:04:46 +0000
(11:04 +0200)
* lisp/simple.el (clone-indirect-buffer): Add value for ACTION
argument in `pop-to-buffer' call (Bug#24306).
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 51b24bb3ffb18d0874df341231e195c7388c4fa1..6105f016b90f5087d3cbcb10782a5267291bf5bf 100644
(file)
--- 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 n
il n
orecord))
buffer))