]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-handler): Fix typo in `operations' prop.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Oct 2005 19:56:42 +0000 (19:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Oct 2005 19:56:42 +0000 (19:56 +0000)
lisp/ChangeLog
lisp/jka-cmpr-hook.el

index 71500bade970334d8c3d3d872ad56b5407ccc526..83281d5a3217e221f87563126074382599c0bc9d 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
+
+       * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
+
 2005-10-10  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-arith.el (math-check-known-scalarp)
index 1967a5d6c1d2f6969d72c661d9c379f782fc14df..fb0a62d602d6bf22417d329fda180db0817764a6 100644 (file)
@@ -281,7 +281,7 @@ Returns the new status of auto compression (non-nil means on)."
 ;;; in order to decide when to call it.
 
 (put 'jka-compr-handler 'safe-magic t)
-(put 'jka-compr-handler 'operations '(jka-compr-byte-compiler-base-file-name
+(put 'jka-compr-handler 'operations '(byte-compiler-base-file-name
                                      write-region insert-file-contents
                                      file-local-copy load))