]> code.delx.au - gnu-emacs/blobdiff - lisp/jka-cmpr-hook.el
(completion-common-substring): Use `completion-common-substring' prior to `completion...
[gnu-emacs] / lisp / jka-cmpr-hook.el
index 36775a25470e0c0dacff713cee1a127f41f982b0..fb0a62d602d6bf22417d329fda180db0817764a6 100644 (file)
@@ -1,6 +1,7 @@
 ;;; jka-cmpr-hook.el --- preloaded code to enable jka-compr.el
 
-;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2003, 2004, 2005  Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2003,
+;;   2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: jka@ece.cmu.edu (Jay K. Adams)
 ;; Maintainer: FSF
@@ -280,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))