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: Tue, 29 Mar 2005 18:17:31 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.704 emacs/lisp/simple.el:1.705
*** emacs/lisp/simple.el:1.704  Tue Mar 29 20:53:19 2005
--- emacs/lisp/simple.el        Tue Mar 29 23:17:30 2005
***************
*** 2999,3005 ****
  mark position to be lost.
  
  Normally, when a new mark is set, the old one should go on the stack.
! This is why most applications should use push-mark, not set-mark.
  
  Novice Emacs Lisp programmers often try to use the mark for the wrong
  purposes.  The mark saves a location for the user's convenience.
--- 2999,3005 ----
  mark position to be lost.
  
  Normally, when a new mark is set, the old one should go on the stack.
! This is why most applications should use `push-mark', not `set-mark'.
  
  Novice Emacs Lisp programmers often try to use the mark for the wrong
  purposes.  The mark saves a location for the user's convenience.




reply via email to

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