]> git.eshelyaron.com Git - emacs.git/commitdiff
(clone-indirect-buffer-other-window): Fix a typo in `popup-windows'.
authorEli Zaretskii <eliz@gnu.org>
Wed, 1 May 2002 15:12:14 +0000 (15:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 1 May 2002 15:12:14 +0000 (15:12 +0000)
lisp/ChangeLog
lisp/simple.el

index 653d942a7876780b76a9f6da814dc3ec86cfcba9..000b816ae35405cf092b66bdad0aff81738ab5f7 100644 (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
index a202951b4223603ba445ad20d0b83b0b625ea11b..de998269ecfb7750ebceaf6111fc5eebe731ef65 100644 (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)))