# HG changeset patch # User Richard M. Stallman # Date 830547100 0 # Node ID 285482e8df41357ff6255843f624f07feccfa34a # Parent bd6c6923b90efb981b408dd6693cabaab3eb31e8 Comment change. diff -r bd6c6923b90e -r 285482e8df41 lisp/jka-compr.el --- 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))