Mercurial > hg > xemacs-beta
comparison lisp/packages/jka-compr.el @ 142:1856695b1fa9 r20-2b5
Import from CVS: tag r20-2b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:33:18 +0200 |
parents | cca96a509cfe |
children | 43dd3413c7c7 |
comparison
equal
deleted
inserted
replaced
141:ea67ad3963dc | 142:1856695b1fa9 |
---|---|
103 | 103 |
104 (defgroup compression nil | 104 (defgroup compression nil |
105 "Data compression utilities" | 105 "Data compression utilities" |
106 :group 'data) | 106 :group 'data) |
107 | 107 |
108 (defgroup jka-compr nil | 108 (progn |
109 "jka-compr customization" | 109 (defgroup jka-compr nil |
110 :group 'compression) | 110 "jka-compr customization" |
111 :group 'compression) | |
112 ) | |
111 | 113 |
112 | 114 |
113 (defcustom jka-compr-shell "sh" | 115 (defcustom jka-compr-shell "sh" |
114 "*Shell to be used for calling compression programs. | 116 "*Shell to be used for calling compression programs. |
115 The value of this variable only matters if you want to discard the | 117 The value of this variable only matters if you want to discard the |