+2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * simple.el (clone-indirect-buffer-other-window): Fix a typo in
+ pop-up-window.
+
2002-05-01 Kim F. Storm <storm@cua.dk>
* emulation/cua-base.el (cua--pre-command-handler): Only
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)))