mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
Remove some obsolete stub files from etc/
* 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.
This commit is contained in:
parent
e567ac1495
commit
8fe21b0366
@ -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
|
||||
|
@ -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>
|
9
etc/FTP
9
etc/FTP
@ -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.
|
8
etc/GNU
8
etc/GNU
@ -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.
|
@ -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>
|
@ -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.
|
@ -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.
|
@ -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>
|
@ -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>
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user