From: Richard M. Stallman Date: Mon, 10 Oct 2005 19:56:42 +0000 (+0000) Subject: (jka-compr-handler): Fix typo in `operations' prop. X-Git-Tag: emacs-pretest-22.0.90~6688 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c40111a84759fb7e57625a6b8f39e83a4ec40b9;p=emacs.git (jka-compr-handler): Fix typo in `operations' prop. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71500bade97..83281d5a321 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-10 Karl Chen + + * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop. + 2005-10-10 Jay Belanger * calc/calc-arith.el (math-check-known-scalarp) diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 1967a5d6c1d..fb0a62d602d 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el @@ -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))