(clone-indirect-buffer-other-window): Fix a typo in `popup-windows'.

This commit is contained in:
Eli Zaretskii 2002-05-01 15:12:14 +00:00
parent 84f2f125fc
commit be1a9e96fb
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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)))