Skip to content

Commit

Permalink
In ‘clone-indirect-buffer’ fix argument mixup (Bug#24306)
Browse files Browse the repository at this point in the history
* lisp/simple.el (clone-indirect-buffer): Add value for ACTION
argument in `pop-to-buffer' call (Bug#24306).
  • Loading branch information
Martin Rudalics committed Aug 25, 2016
1 parent 63415a5 commit 95c82ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/simple.el
Expand Up @@ -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))


Expand Down

0 comments on commit 95c82ef

Please sign in to comment.