summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-07-28 00:25:33 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-07-28 00:28:27 +0200
commit9ad5421a62ab2780f1116bc4bbf88b32d4472d64 (patch)
tree24624812c41e9604caf0fd9ee875c46a816ea3fd /lisp/ffap.el
parent0add6a29c789c3c3f03c7ae1e5420df57885f5c6 (diff)
downloademacs-9ad5421a62ab2780f1116bc4bbf88b32d4472d64.tar.gz
emacs-9ad5421a62ab2780f1116bc4bbf88b32d4472d64.tar.bz2
emacs-9ad5421a62ab2780f1116bc4bbf88b32d4472d64.zip
Drop support for obsolete "Lisp Code Directory" from ffap
Ref: https://flex.phys.tohoku.ac.jp/texi/faq/faq_146.html Note also that the host "archive.cis.ohio-state.edu" is unknown. * lisp/ffap.el (ffap-alist): Drop support for obsolete "Lisp Code Directory". (ffap-lcd): Make obsolete.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index a81d9130148..d490cd434aa 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -778,7 +778,6 @@ This uses `ffap-file-exists-string', which may try adding suffixes from
("\\.\\(tex\\|sty\\|doc\\|cls\\)\\'" . ffap-tex)
("\\.bib\\'" . ffap-bib) ; search ffap-bib-path
("\\`\\." . ffap-home) ; .emacs, .bashrc, .profile
- ("\\`~/" . ffap-lcd) ; |~/misc/ffap.el.Z|
;; This used to have a blank, but ffap-string-at-point doesn't
;; handle blanks.
;; https://lists.gnu.org/r/emacs-devel/2008-01/msg01058.html
@@ -1026,7 +1025,7 @@ out of NAME."
;; Maybe a "Lisp Code Directory" reference:
(defun ffap-lcd (name)
- ;; FIXME: Is this still in use?
+ (declare (obsolete nil "29.1"))
(and
(or
;; lisp-dir-apropos output buffer: