]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-really-do-compress): Make variable buffer-local.
authorRichard M. Stallman <rms@gnu.org>
Mon, 21 Mar 2005 17:44:27 +0000 (17:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 21 Mar 2005 17:44:27 +0000 (17:44 +0000)
lisp/jka-compr.el

index fa852bd19b60f6485933efb74e7a206694427881..59c6de846c2d527319b9e904d2ae81158ae69e51 100644 (file)
@@ -229,7 +229,10 @@ invoked."
   "The entry in `file-name-handler-alist' used by the jka-compr I/O functions.")
 
 (defvar jka-compr-really-do-compress nil
-  "Non-nil in a buffer whose visited file was uncompressed on visiting it.")
+  "Non-nil in a buffer whose visited file was uncompressed on visiting it.
+This means compress the data on writing the file, even if the
+data appears to be compressed already.")
+(make-variable-buffer-local 'jka-compr-really-do-compress)
 (put 'jka-compr-really-do-compress 'permanent-local t)
 \f
 ;;; Functions for accessing the return value of jka-compr-get-compression-info