/[emacs]/emacs/lisp/jka-compr.el
ViewVC logotype

Diff of /emacs/lisp/jka-compr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.68 by eliz, Fri Dec 21 12:43:55 2001 UTC revision 1.69 by rms, Tue Jan 1 07:23:31 2002 UTC
# Line 394  There should be no more than seven chara Line 394  There should be no more than seven chara
394           (info (jka-compr-get-compression-info visit-file))           (info (jka-compr-get-compression-info visit-file))
395           (magic (and info (jka-compr-info-file-magic-bytes info))))           (magic (and info (jka-compr-info-file-magic-bytes info))))
396    
397        ;; If START is nil, use the whole buffer.
398        (if (null start)
399            (setq start 1 end (1+ (buffer-size))))
400    
401      ;; If we uncompressed this file when visiting it,      ;; If we uncompressed this file when visiting it,
402      ;; then recompress it when writing it      ;; then recompress it when writing it
403      ;; even if the contents look compressed already.      ;; even if the contents look compressed already.

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26