projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c4c72f
)
Make alias obsolete in xscheme.el
author
Stefan Kangas
<stefan@marxist.se>
Mon, 13 Dec 2021 14:57:54 +0000
(15:57 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Mon, 13 Dec 2021 14:58:49 +0000
(15:58 +0100)
* lisp/progmodes/xscheme.el (xscheme-yank-previous-send): Make
obsolete.
lisp/progmodes/xscheme.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xscheme.el
b/lisp/progmodes/xscheme.el
index 26ffe33b83edfcd9836049e8b61c2f624702025d..e7667ebf51fb41b18db66a308f208690a5054620 100644
(file)
--- a/
lisp/progmodes/xscheme.el
+++ b/
lisp/progmodes/xscheme.el
@@
-574,9
+574,8
@@
See also the commands \\[xscheme-yank-pop] and \\[xscheme-yank-push]."
(if (consp arg)
(exchange-point-and-mark)))
-;; Old name, to avoid errors in users' init files.
-(fset 'xscheme-yank-previous-send
- 'xscheme-yank)
+(define-obsolete-function-alias 'xscheme-yank-previous-send
+ #'xscheme-yank "29.1")
(defun xscheme-yank-pop (arg)
"Insert or replace a just-yanked expression with an older expression.