1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08: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:
Glenn Morris 2019-01-11 18:53:10 -05:00
parent e567ac1495
commit 8fe21b0366
10 changed files with 2 additions and 71 deletions

View 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)