]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some obsolete stub files from etc/
authorGlenn Morris <rgm@gnu.org>
Fri, 11 Jan 2019 23:53:10 +0000 (18:53 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 11 Jan 2019 23:53:10 +0000 (18:53 -0500)
* etc/CENSORSHIP, etc/FTP, etc/GNU, etc/LINUX-GNU, etc/MORE.STUFF:
* etc/ORDERS, etc/THE-GNU-PROJECT, etc/WHY-FREE:
Remove stub files that were marked obsolete 5 years ago.

admin/notes/copyright
etc/CENSORSHIP [deleted file]
etc/FTP [deleted file]
etc/GNU [deleted file]
etc/LINUX-GNU [deleted file]
etc/MORE.STUFF [deleted file]
etc/ORDERS [deleted file]
etc/THE-GNU-PROJECT [deleted file]
etc/WHY-FREE [deleted file]
lisp/help.el

index b2c74a835be91a7f36bed308f18839b07b08bb20..e22db6bc557b71ebba6553a37da0b3ba7eda27a8 100644 (file)
@@ -161,9 +161,6 @@ etc/letter.pbm,letter.xpm
   - trivial, no notice needed.
 <https://lists.gnu.org/r/emacs-devel/2007-02/msg00324.html>
 
-etc/FTP, ORDERS
-  - trivial (at time of writing), no license needed
-
 etc/HELLO
   standard notices. Just a note that although the file itself is not
   really copyrightable, in the wider context of it being part of
diff --git a/etc/CENSORSHIP b/etc/CENSORSHIP
deleted file mode 100644 (file)
index cd779e4..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Censoring my Software
-
-Note added March 2014:
-
-This file is obsolete and will be removed in future.
-Please update any references to use
-
-<https://www.gnu.org/philosophy/censoring-emacs.html>
diff --git a/etc/FTP b/etc/FTP
deleted file mode 100644 (file)
index ebd2695..0000000
--- a/etc/FTP
+++ /dev/null
@@ -1,9 +0,0 @@
-For information about how to download GNU Emacs, please see:
-<https://www.gnu.org/software/emacs/>
-
-For general GNU software downloading, please see
-<https://www.gnu.org/order/ftp.html>
-
-Note added January 2014:
-This file is obsolete and will be removed in future.
-Please update any links to use the above URLs.
diff --git a/etc/GNU b/etc/GNU
deleted file mode 100644 (file)
index f8078d4..0000000
--- a/etc/GNU
+++ /dev/null
@@ -1,8 +0,0 @@
-The GNU Manifesto
-
-Note added March 2014:
-
-This file is obsolete and will be removed in future.
-Please update any references to use
-  info node `(emacs)Manifesto'
-instead.
diff --git a/etc/LINUX-GNU b/etc/LINUX-GNU
deleted file mode 100644 (file)
index 0f45e15..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Linux and the GNU system
-
-Note added March 2014:
-
-This file is obsolete and will be removed in future.
-Please update any references to use
-
-<https://www.gnu.org/gnu/linux-and-gnu.html>
diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF
deleted file mode 100644 (file)
index e3f2c16..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-More Neat Stuff for your Emacs
-
-Note added January 2014:
-
-This file is obsolete and will be removed in future.
-Please update any links to use
-  info node `(efaq)Packages that do not come with Emacs'
-instead.
diff --git a/etc/ORDERS b/etc/ORDERS
deleted file mode 100644 (file)
index 1df755d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Printed copies of Emacs manuals
-
-Note added January 2014:
-
-This file is obsolete and will be removed in future.
-Please update any links to use
-  info node `(emacs)Printed Books'
-instead.
diff --git a/etc/THE-GNU-PROJECT b/etc/THE-GNU-PROJECT
deleted file mode 100644 (file)
index d2aa155..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-The GNU Project
-
-Note added March 2014:
-
-This file is obsolete and will be removed in future.
-Please update any references to use
-
-<https://www.gnu.org/gnu/thegnuproject.html>
diff --git a/etc/WHY-FREE b/etc/WHY-FREE
deleted file mode 100644 (file)
index cd2c2fc..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Why Software Should Not Have Owners
-
-Note added March 2014:
-
-This file is obsolete and will be removed in future.
-Please update any references to use
-
-<https://www.gnu.org/philosophy/why-free.html>
index 5fa1876b38e2a5b23a2dca15927850754d0dae49..d1f473517d55834bd60a046d4c2fbe77de4dc4f4 100644 (file)
@@ -425,13 +425,11 @@ is specified by the variable `message-log-max'."
 (defun view-order-manuals ()
   "Display information on how to buy printed copies of Emacs manuals."
   (interactive)
-;;  (view-help-file "ORDERS")
   (info "(emacs)Printed Books"))
 
 (defun view-emacs-FAQ ()
   "Display the Emacs Frequently Asked Questions (FAQ) file."
   (interactive)
-  ;; (find-file-read-only (expand-file-name "FAQ" data-directory))
   (info "(efaq)"))
 
 (defun view-emacs-problems ()
@@ -444,7 +442,8 @@ is specified by the variable `message-log-max'."
   (interactive)
   (view-help-file "DEBUG"))
 
-;; This used to visit MORE.STUFF; maybe it should just be removed.
+;; This used to visit a plain text file etc/MORE.STUFF;
+;; maybe this command should just be removed.
 (defun view-external-packages ()
   "Display info on where to get more Emacs packages."
   (interactive)