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:
parent
6a46d3d809
commit
56c4c8ef32
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue