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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sun, 20 Apr 2003 21:35:21 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.596 emacs/lisp/simple.el:1.597
*** emacs/lisp/simple.el:1.596  Mon Mar 31 16:49:09 2003
--- emacs/lisp/simple.el        Sun Apr 20 21:35:20 2003
***************
*** 2145,2151 ****
  
  If the buffer is read-only, Emacs will beep and refrain from deleting
  the line, but put the line in the kill ring anyway.  This means that
! you can use this command to copy text from a read-only buffer."
    (interactive "P")
    (kill-region (point)
               ;; It is better to move point to the other end of the kill
--- 2145,2153 ----
  
  If the buffer is read-only, Emacs will beep and refrain from deleting
  the line, but put the line in the kill ring anyway.  This means that
! you can use this command to copy text from a read-only buffer.
! \(If the variable `kill-read-only-ok' is non-nil, then this won't
! even beep.)"
    (interactive "P")
    (kill-region (point)
               ;; It is better to move point to the other end of the kill




reply via email to

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