emacs-diffs
[Top][All Lists]
Advanced

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

master b06ef8d: Mark XEmacs compat alias as obsolete


From: Stefan Kangas
Subject: master b06ef8d: Mark XEmacs compat alias as obsolete
Date: Sun, 16 Aug 2020 09:39:07 -0400 (EDT)

branch: master
commit b06ef8d5e9bf596a396c971a75cdc2718bfd2ac1
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Mark XEmacs compat alias as obsolete
    
    * lisp/subr.el (user-original-login-name): Mark as obsolete.  This
    XEmacs compat alias was obsoleted even by XEmacs, so there is no point
    in keeping it around.
---
 lisp/subr.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 8eb4cf4..0bd09c6 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1649,7 +1649,8 @@ be a list of the form returned by `event-start' and 
`event-end'."
 (defalias 'point-at-eol 'line-end-position)
 (defalias 'point-at-bol 'line-beginning-position)
 
-(defalias 'user-original-login-name 'user-login-name)
+(define-obsolete-function-alias 'user-original-login-name
+  'user-login-name "28.1")
 
 
 ;;;; Hook manipulation functions.



reply via email to

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