diff --git a/ChangeLog b/ChangeLog index dd63c273f845b0a96456ca945d09414b1bd601de_Q2hhbmdlTG9n..98e01d861d7b8ab946c8c9a59ed2e23f0b37f877_Q2hhbmdlTG9n 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-02-15 SL Baur <steve@altair.xemacs.org> + + * jka-compr.el: Reenable auto-compression-mode symbol. + 1998-01-24 SL Baur <steve@altair.xemacs.org> * Makefile (VERSION): Update to package standard 1.0. diff --git a/Makefile b/Makefile index dd63c273f845b0a96456ca945d09414b1bd601de_TWFrZWZpbGU=..98e01d861d7b8ab946c8c9a59ed2e23f0b37f877_TWFrZWZpbGU= 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # This XEmacs package contains independent single file lisp packages -VERSION = 1.04 +VERSION = 1.05 AUTHOR_VERSION = MAINTAINER = XEmacs Development Team <xemacs-beta@xemacs.org> PACKAGE = os-utils diff --git a/jka-compr.el b/jka-compr.el index dd63c273f845b0a96456ca945d09414b1bd601de_amthLWNvbXByLmVs..98e01d861d7b8ab946c8c9a59ed2e23f0b37f877_amthLWNvbXByLmVs 100644 --- a/jka-compr.el +++ b/jka-compr.el @@ -723,19 +723,18 @@ (inhibit-file-name-operation operation)) (apply operation args))) -;; XEmacs change: I don't have a clue what this is trying do. -sb -;; ;;;###autoload(defun auto-compression-mode (&optional arg) -;; ;;;###autoload "\ -;; ;;;###autoloadToggle automatic file compression and uncompression. -;; ;;;###autoloadWith prefix argument ARG, turn auto compression on if positive, else off. -;; ;;;###autoloadReturns the new status of auto compression (non-nil means on)." -;; ;;;###autoload (interactive "P") -;; ;;;###autoload (if (not (fboundp 'jka-compr-installed-p)) -;; ;;;###autoload (progn -;; ;;;###autoload (require 'jka-compr) -;; ;;;###autoload ;; That turned the mode on, so make it initially off. -;; ;;;###autoload (toggle-auto-compression))) -;; ;;;###autoload (toggle-auto-compression arg t)) +;;;###autoload(defun auto-compression-mode (&optional arg) +;;;###autoload "\ +;;;###autoloadToggle automatic file compression and uncompression. +;;;###autoloadWith prefix argument ARG, turn auto compression on if positive, else off. +;;;###autoloadReturns the new status of auto compression (non-nil means on)." +;;;###autoload (interactive "P") +;;;###autoload (if (not (fboundp 'jka-compr-installed-p)) +;;;###autoload (progn +;;;###autoload (require 'jka-compr) +;;;###autoload ;; That turned the mode on, so make it initially off. +;;;###autoload (toggle-auto-compression))) +;;;###autoload (toggle-auto-compression arg t)) ;; XEmacs: autoload this function ;;;###autoload