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: Mon, 21 Mar 2005 12:44:27 -0500

Index: emacs/lisp/jka-compr.el
diff -c emacs/lisp/jka-compr.el:1.80 emacs/lisp/jka-compr.el:1.81
*** emacs/lisp/jka-compr.el:1.80        Tue Mar 23 07:38:04 2004
--- emacs/lisp/jka-compr.el     Mon Mar 21 17:44:27 2005
***************
*** 229,235 ****
    "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.")
  (put 'jka-compr-really-do-compress 'permanent-local t)
  
  ;;; Functions for accessing the return value of jka-compr-get-compression-info
--- 229,238 ----
    "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.
! 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)
  
  ;;; Functions for accessing the return value of jka-compr-get-compression-info




reply via email to

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