mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 03:17:36 +00:00
(clone-indirect-buffer-other-window): Fix a typo in `popup-windows'.
This commit is contained in:
parent
84f2f125fc
commit
be1a9e96fb
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* simple.el (clone-indirect-buffer-other-window): Fix a typo in
|
||||
`popup-windows'.
|
||||
|
||||
2002-04-23 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
|
||||
|
|
|
|||
|
|
@ -4032,7 +4032,7 @@ Select the new buffer in another window.
|
|||
Optional second arg NORECORD non-nil means do not put this buffer at
|
||||
the front of the list of recently selected ones."
|
||||
(interactive "bClone buffer in other window: ")
|
||||
(let ((popup-windows t))
|
||||
(let ((pop-up-windows t))
|
||||
(set-buffer buffer)
|
||||
(clone-indirect-buffer nil t norecord)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue