diff options
| -rw-r--r-- | lisp/jka-compr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 4466130293a..f9bec722f14 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.") | |||
| 661 | "Uninstall jka-compr. | 661 | "Uninstall jka-compr. |
| 662 | This removes the entries in `file-name-handler-alist' and `auto-mode-alist' | 662 | This removes the entries in `file-name-handler-alist' and `auto-mode-alist' |
| 663 | and `inhibit-local-variables-suffixes' that were added | 663 | and `inhibit-local-variables-suffixes' that were added |
| 664 | by `jka-compr-installed'." | 664 | by `jka-compr-install'." |
| 665 | ;; Delete from inhibit-local-variables-suffixes what jka-compr-install added. | 665 | ;; Delete from inhibit-local-variables-suffixes what jka-compr-install added. |
| 666 | (mapc | 666 | (mapc |
| 667 | (function (lambda (x) | 667 | (function (lambda (x) |