]> git.eshelyaron.com Git - emacs.git/commit
Remove filecache.el
authorEshel Yaron <me@eshelyaron.com>
Fri, 16 Feb 2024 07:19:30 +0000 (08:19 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 16 Feb 2024 07:19:30 +0000 (08:19 +0100)
commitc1baea2b2949037aef4f9ec03ee0ec3efebb08e6
tree33c60690d281dffddeb668a85ad4f4863046bd2f
parent4707ed9b02f22c310c34ea9ec9e17248a0727ad1
Remove filecache.el

This library doesn't work well in recent Emacsen, and more modern
workflows generally supersede it.

* doc/emacs/emacs.texi (Top)
* doc/emacs/files.texi (Files): Update menu.
(File Name Cache): Remove section.
* doc/lispref/minibuf.texi (Text from Minibuffer): Remove comment.
* doc/misc/tramp.texi (Frequently Asked Questions): Don't mention it.
* lisp/bindings.el (minibuffer-local-map): Unbind 'C-TAB'.
* lisp/filecache.el: Delete file.
* test/lisp/help-tests.el (help-tests--test-keymap)
(help-tests-substitute-command-keys/keymaps): Adjust.
doc/emacs/emacs.texi
doc/emacs/files.texi
doc/lispref/minibuf.texi
doc/misc/tramp.texi
lisp/bindings.el
lisp/filecache.el [deleted file]
test/lisp/help-tests.el