* lisp/simple.el (exchange-dot-and-mark): Mark obsolete, finally.
This commit is contained in:
parent
9ebc731b45
commit
c613687be4
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3819,7 +3819,8 @@ Does not set point. Does nothing if mark ring is empty."
|
|||
(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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue