1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 09:43:26 -08:00

* lisp/jka-compr.el (jka-compr-uninstall): Fix function reference.

This commit is contained in:
Philipp Stephani 2021-05-02 01:01:28 +02:00
parent 6a46d3d809
commit 56c4c8ef32

View file

@ -661,7 +661,7 @@ It is not recommended to set this variable permanently to anything but nil.")
"Uninstall jka-compr.
This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
and `inhibit-local-variables-suffixes' that were added
by `jka-compr-installed'."
by `jka-compr-install'."
;; Delete from inhibit-local-variables-suffixes what jka-compr-install added.
(mapc
(function (lambda (x)