]> git.eshelyaron.com Git - emacs.git/commitdiff
Make alias obsolete in xscheme.el
authorStefan Kangas <stefan@marxist.se>
Mon, 13 Dec 2021 14:57:54 +0000 (15:57 +0100)
committerStefan 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

index 26ffe33b83edfcd9836049e8b61c2f624702025d..e7667ebf51fb41b18db66a308f208690a5054620 100644 (file)
@@ -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.