/[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.80 by jurta, Tue Mar 23 07:38:04 2004 UTC revision 1.81 by rms, Mon Mar 21 17:44:27 2005 UTC
# Line 229  invoked." Line 229  invoked."
229    "The entry in `file-name-handler-alist' used by the jka-compr I/O functions.")    "The entry in `file-name-handler-alist' used by the jka-compr I/O functions.")
230    
231  (defvar jka-compr-really-do-compress nil  (defvar jka-compr-really-do-compress nil
232    "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.
233    This means compress the data on writing the file, even if the
234    data appears to be compressed already.")
235    (make-variable-buffer-local 'jka-compr-really-do-compress)
236  (put 'jka-compr-really-do-compress 'permanent-local t)  (put 'jka-compr-really-do-compress 'permanent-local t)
237    
238  ;;; Functions for accessing the return value of jka-compr-get-compression-info  ;;; Functions for accessing the return value of jka-compr-get-compression-info

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

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