emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99964: * lisp/simple.el (exchange


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99964: * lisp/simple.el (exchange-dot-and-mark): Mark obsolete, finally.
Date: Wed, 04 Aug 2010 20:04:29 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99964
committer: Stefan Monnier <address@hidden>
branch nick: emacs-23
timestamp: Wed 2010-08-04 20:04:29 +0200
message:
  * lisp/simple.el (exchange-dot-and-mark): Mark obsolete, finally.
modified:
  .bzrignore
  lisp/ChangeLog
  lisp/simple.el
=== modified file '.bzrignore'
--- a/.bzrignore        2010-05-30 21:18:35 +0000
+++ b/.bzrignore        2010-08-04 18:04:29 +0000
@@ -68,3 +68,4 @@
 src/core
 core
 lib-src/stamp-*
++*

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-03 16:39:37 +0000
+++ b/lisp/ChangeLog    2010-08-04 18:04:29 +0000
@@ -1,3 +1,7 @@
+2010-08-04  Stefan Monnier  <address@hidden>
+
+       * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
+
 2010-08-03  Juanma Barranquero  <address@hidden>
 
        * progmodes/which-func.el (which-func-format): Split help-echo text

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2010-07-14 16:11:39 +0000
+++ b/lisp/simple.el    2010-08-04 18:04:29 +0000
@@ -3819,7 +3819,8 @@
     (setq mark-ring (cdr mark-ring)))
   (deactivate-mark))
 
-(defalias 'exchange-dot-and-mark 'exchange-point-and-mark)
+(define-obsolete-function-alias
+  'exchange-dot-and-mark 'exchange-point-and-mark "23.3")
 (defun exchange-point-and-mark (&optional arg)
   "Put the mark where point is now, and point where the mark is now.
 This command works even when the mark is not active,


reply via email to

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