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