From 9c40111a84759fb7e57625a6b8f39e83a4ec40b9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Oct 2005 19:56:42 +0000 Subject: [PATCH] (jka-compr-handler): Fix typo in `operations' prop. --- lisp/ChangeLog | 4 ++++ lisp/jka-cmpr-hook.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)) -- 2.39.5