emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/jka-compr.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/jka-compr.el
Date: Tue, 01 Jan 2002 02:23:32 -0500

Index: emacs/lisp/jka-compr.el
diff -c emacs/lisp/jka-compr.el:1.68 emacs/lisp/jka-compr.el:1.69
*** emacs/lisp/jka-compr.el:1.68        Fri Dec 21 07:43:55 2001
--- emacs/lisp/jka-compr.el     Tue Jan  1 02:23:31 2002
***************
*** 394,399 ****
--- 394,403 ----
         (info (jka-compr-get-compression-info visit-file))
         (magic (and info (jka-compr-info-file-magic-bytes info))))
  
+     ;; If START is nil, use the whole buffer.
+     (if (null start)
+       (setq start 1 end (1+ (buffer-size))))
+ 
      ;; If we uncompressed this file when visiting it,
      ;; then recompress it when writing it
      ;; even if the contents look compressed already.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]