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 25e535ae085..02c32e4b70e 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el | |||
| @@ -170,7 +170,7 @@ invoked.") | |||
| 170 | nil | 170 | nil |
| 171 | "The entry in `file-name-handler-alist' used by the jka-compr I/O functions.") | 171 | "The entry in `file-name-handler-alist' used by the jka-compr I/O functions.") |
| 172 | 172 | ||
| 173 | ;;; Functions for accessing the return value of jka-get-compression-info | 173 | ;;; Functions for accessing the return value of jka-compr-get-compression-info |
| 174 | (defun jka-compr-info-regexp (info) (aref info 0)) | 174 | (defun jka-compr-info-regexp (info) (aref info 0)) |
| 175 | (defun jka-compr-info-compress-message (info) (aref info 1)) | 175 | (defun jka-compr-info-compress-message (info) (aref info 1)) |
| 176 | (defun jka-compr-info-compress-program (info) (aref info 2)) | 176 | (defun jka-compr-info-compress-program (info) (aref info 2)) |