/[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.730 by lektu, Thu Jun 16 14:31:44 2005 UTC revision 1.731 by lektu, Mon Jun 20 10:26:49 2005 UTC
# Line 148  that normally would not qualify.  If it Line 148  that normally would not qualify.  If it
148  in question is treated as usable.  in question is treated as usable.
149    
150  The function EXTRA-TEST-EXCLUSIVE, if non-nil is called in each buffer  The function EXTRA-TEST-EXCLUSIVE, if non-nil is called in each buffer
151  that would normally be considered usable.  if it returns nil,  that would normally be considered usable.  If it returns nil,
152  that buffer is rejected."  that buffer is rejected."
153    (and (buffer-name buffer)             ;First make sure it's live.    (and (buffer-name buffer)             ;First make sure it's live.
154         (not (and avoid-current (eq buffer (current-buffer))))         (not (and avoid-current (eq buffer (current-buffer))))
# Line 169  that buffer is rejected." Line 169  that buffer is rejected."
169  If AVOID-CURRENT is non-nil, treat the current buffer  If AVOID-CURRENT is non-nil, treat the current buffer
170  as an absolute last resort only.  as an absolute last resort only.
171    
172  The function EXTRA-TEST-INCLUSIVE, if non-nil, is called in each buffers  The function EXTRA-TEST-INCLUSIVE, if non-nil, is called in each buffer
173  that normally would not qualify.  If it returns t, the buffer  that normally would not qualify.  If it returns t, the buffer
174  in question is treated as usable.  in question is treated as usable.
175    
# Line 2764  even beep.)" Line 2764  even beep.)"
2764    "Kill current line.    "Kill current line.
2765  With prefix arg, kill that many lines starting from the current line.  With prefix arg, kill that many lines starting from the current line.
2766  If arg is negative, kill backward.  Also kill the preceding newline.  If arg is negative, kill backward.  Also kill the preceding newline.
2767  \(This is meant to make C-x z work well with negative arguments.\)  \(This is meant to make \\[repeat] work well with negative arguments.\)
2768  If arg is zero, kill current line but exclude the trailing newline."  If arg is zero, kill current line but exclude the trailing newline."
2769    (interactive "p")    (interactive "p")
2770    (if (and (> arg 0) (eobp) (save-excursion (forward-visible-line 0) (eobp)))    (if (and (> arg 0) (eobp) (save-excursion (forward-visible-line 0) (eobp)))
# Line 5116  after it has been set up properly in oth Line 5116  after it has been set up properly in oth
5116  (defun clone-indirect-buffer (newname display-flag &optional norecord)  (defun clone-indirect-buffer (newname display-flag &optional norecord)
5117    "Create an indirect buffer that is a twin copy of the current buffer.    "Create an indirect buffer that is a twin copy of the current buffer.
5118    
5119  Give the indirect buffer name NEWNAME.  Interactively, read NEW-NAME  Give the indirect buffer name NEWNAME.  Interactively, read NEWNAME
5120  from the minibuffer when invoked with a prefix arg.  If NEWNAME is nil  from the minibuffer when invoked with a prefix arg.  If NEWNAME is nil
5121  or if not called with a prefix arg, NEWNAME defaults to the current  or if not called with a prefix arg, NEWNAME defaults to the current
5122  buffer's name.  The name is modified by adding a `<N>' suffix to it  buffer's name.  The name is modified by adding a `<N>' suffix to it

Legend:
Removed from v.1.730  
changed lines
  Added in v.1.731

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