Mercurial > emacs
changeset 15083:285482e8df41
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Apr 1996 19:31:40 +0000 |
parents | bd6c6923b90e |
children | 01518892abad |
files | lisp/jka-compr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/jka-compr.el Fri Apr 26 19:15:39 1996 +0000 +++ b/lisp/jka-compr.el Fri Apr 26 19:31:40 1996 +0000 @@ -170,7 +170,7 @@ nil "The entry in `file-name-handler-alist' used by the jka-compr I/O functions.") -;;; Functions for accessing the return value of jka-get-compression-info +;;; Functions for accessing the return value of jka-compr-get-compression-info (defun jka-compr-info-regexp (info) (aref info 0)) (defun jka-compr-info-compress-message (info) (aref info 1)) (defun jka-compr-info-compress-program (info) (aref info 2))