Mercurial > emacs
changeset 45064:6e3c5d67f0fe
(clone-indirect-buffer-other-window): Fix a typo in `pop-up-window'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 01 May 2002 15:08:00 +0000 |
parents | 2262495f2321 |
children | ba91fbca474f |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Wed May 01 14:23:37 2002 +0000 +++ b/lisp/simple.el Wed May 01 15:08:00 2002 +0000 @@ -4140,7 +4140,7 @@ 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)))