emacs-diffs
[Top][All Lists]
Advanced

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

master cd5a8f9cc1 2/2: * lisp/obsolete/rlogin.el: Add "Obsolete-since" l


From: Stefan Kangas
Subject: master cd5a8f9cc1 2/2: * lisp/obsolete/rlogin.el: Add "Obsolete-since" line.
Date: Mon, 11 Jul 2022 09:03:08 -0400 (EDT)

branch: master
commit cd5a8f9cc1eea80ad15285929559aa5d4eb11321
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/obsolete/rlogin.el: Add "Obsolete-since" line.
---
 lisp/obsolete/rlogin.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lisp/obsolete/rlogin.el b/lisp/obsolete/rlogin.el
index a6d0edae07..6a06300ae3 100644
--- a/lisp/obsolete/rlogin.el
+++ b/lisp/obsolete/rlogin.el
@@ -4,6 +4,7 @@
 
 ;; Author: Noah Friedman <friedman@splode.com>
 ;; Keywords: unix, comm
+;; Obsolete-since: 29.1
 
 ;; This file is part of GNU Emacs.
 
@@ -22,6 +23,9 @@
 
 ;;; Commentary:
 
+;; This library is obsolete.
+;; See: https://debbugs.gnu.org/56461
+
 ;; Support for remote logins using `rlogin'.
 ;; This program is layered on top of shell.el; the code here only accounts
 ;; for the variations needed to handle a remote process, e.g. directory
@@ -34,11 +38,6 @@
 
 ;;; Code:
 
-;; FIXME?
-;; Maybe this file should be obsolete.
-;; https://lists.gnu.org/r/emacs-devel/2013-02/msg00517.html
-;; It only adds rlogin-directory-tracking-mode.  Is that useful?
-
 (require 'comint)
 (require 'shell)
 



reply via email to

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