Mercurial > hg > xemacs-beta
comparison lisp/packages.el @ 369:1d62742628b6 r21-1-14
Import from CVS: tag r21-1-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:51 +0200 |
parents | afd57c14dfc8 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
368:397a7324211a | 369:1d62742628b6 |
---|---|
201 (cond ((or (rassq 'jka-compr-handler file-name-handler-alist) | 201 (cond ((or (rassq 'jka-compr-handler file-name-handler-alist) |
202 (and (boundp 'find-file-hooks) | 202 (and (boundp 'find-file-hooks) |
203 (member 'crypt-find-file-hook find-file-hooks))) | 203 (member 'crypt-find-file-hook find-file-hooks))) |
204 ;; Compression involved. | 204 ;; Compression involved. |
205 (if nosuffix | 205 (if nosuffix |
206 ":.gz:.Z" | 206 ":.gz:.bz2:.Z" |
207 ".elc:.elc.gz:elc.Z:.el:.el.gz:.el.Z::.gz:.Z")) | 207 ".elc:.elc.gz:.elc.bz2:.elc.Z:.el:.el.gz:.el.bz2:.el.Z::.gz:.bz2:.Z")) |
208 (t | 208 (t |
209 ;; No compression. | 209 ;; No compression. |
210 (if nosuffix | 210 (if nosuffix |
211 "" | 211 "" |
212 ".elc:.el:"))) | 212 ".elc:.el:"))) |