/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.540 by kfstorm, Mon Apr 29 21:08:33 2002 UTC revision 1.541 by eliz, Wed May 1 15:08:00 2002 UTC
# Line 4140  Select the new buffer in another window. Line 4140  Select the new buffer in another window.
4140  Optional second arg NORECORD non-nil means do not put this buffer at  Optional second arg NORECORD non-nil means do not put this buffer at
4141  the front of the list of recently selected ones."  the front of the list of recently selected ones."
4142    (interactive "bClone buffer in other window: ")    (interactive "bClone buffer in other window: ")
4143    (let ((popup-windows t))    (let ((pop-up-windows t))
4144      (set-buffer buffer)      (set-buffer buffer)
4145      (clone-indirect-buffer nil t norecord)))      (clone-indirect-buffer nil t norecord)))
4146    

Legend:
Removed from v.1.540  
changed lines
  Added in v.1.541

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26