emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Wed, 01 May 2002 11:08:00 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.540 emacs/lisp/simple.el:1.541
*** emacs/lisp/simple.el:1.540  Mon Apr 29 17:08:33 2002
--- emacs/lisp/simple.el        Wed May  1 11:08:00 2002
***************
*** 4140,4146 ****
  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))
      (set-buffer buffer)
      (clone-indirect-buffer nil t norecord)))
  
--- 4140,4146 ----
  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 ((pop-up-windows t))
      (set-buffer buffer)
      (clone-indirect-buffer nil t norecord)))
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]