Mercurial > emacs
changeset 109711:ad23e0fe40f4
* lisp/simple.el (exchange-dot-and-mark): Mark obsolete, finally.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 04 Aug 2010 20:04:29 +0200 |
parents | b1689e2cce22 |
children | de86f640dbaa |
files | .bzrignore lisp/ChangeLog lisp/simple.el |
diffstat | 3 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.bzrignore Tue Aug 03 18:39:37 2010 +0200 +++ b/.bzrignore Wed Aug 04 20:04:29 2010 +0200 @@ -68,3 +68,4 @@ src/core core lib-src/stamp-* ++*
--- a/lisp/ChangeLog Tue Aug 03 18:39:37 2010 +0200 +++ b/lisp/ChangeLog Wed Aug 04 20:04:29 2010 +0200 @@ -1,3 +1,7 @@ +2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca> + + * simple.el (exchange-dot-and-mark): Mark obsolete, finally. + 2010-08-03 Juanma Barranquero <lekktu@gmail.com> * progmodes/which-func.el (which-func-format): Split help-echo text
--- a/lisp/simple.el Tue Aug 03 18:39:37 2010 +0200 +++ b/lisp/simple.el Wed Aug 04 20:04:29 2010 +0200 @@ -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,