]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/obsolete/rlogin.el: Add "Obsolete-since" line.
authorStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 11:56:28 +0000 (13:56 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 13:02:23 +0000 (15:02 +0200)
lisp/obsolete/rlogin.el

index a6d0edae072dbbad5cd51d3f22e11c3c6e5dd1fd..6a06300ae3588a27542521a9167e7aed6a505219 100644 (file)
@@ -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
 
 ;;; 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)