Mercurial > emacs
comparison lisp/jka-compr.el @ 15083:285482e8df41
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Apr 1996 19:31:40 +0000 |
parents | 83f275dcd93a |
children | b337bd642856 |
comparison
equal
deleted
inserted
replaced
15082:bd6c6923b90e | 15083:285482e8df41 |
---|---|
168 | 168 |
169 (defvar jka-compr-file-name-handler-entry | 169 (defvar jka-compr-file-name-handler-entry |
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)) |
177 (defun jka-compr-info-compress-args (info) (aref info 3)) | 177 (defun jka-compr-info-compress-args (info) (aref info 3)) |
178 (defun jka-compr-info-uncompress-message (info) (aref info 4)) | 178 (defun jka-compr-info-uncompress-message (info) (aref info 4)) |