emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 56c4c8e: * lisp/jka-compr.el (jka-compr-uninstall): Fix functio


From: Philipp Stephani
Subject: emacs-27 56c4c8e: * lisp/jka-compr.el (jka-compr-uninstall): Fix function reference.
Date: Sat, 1 May 2021 19:03:21 -0400 (EDT)

branch: emacs-27
commit 56c4c8ef323a3e205f3ffa299b24afdcb1cdf9cc
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    * lisp/jka-compr.el (jka-compr-uninstall): Fix function reference.
---
 lisp/jka-compr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el
index 4466130..f9bec72 100644
--- a/lisp/jka-compr.el
+++ b/lisp/jka-compr.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]