comparison lisp/jka-compr.el @ 90180:62afea0771d8

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 289-301) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 68) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 12 May 2005 03:41:19 +0000
parents 08185296b491 5b31557e355c
children bb71c6cf2009
comparison
equal deleted inserted replaced
90179:b745036dab36 90180:62afea0771d8
667 (and (eq inhibit-file-name-operation operation) 667 (and (eq inhibit-file-name-operation operation)
668 inhibit-file-name-handlers))) 668 inhibit-file-name-handlers)))
669 (inhibit-file-name-operation operation)) 669 (inhibit-file-name-operation operation))
670 (apply operation args))) 670 (apply operation args)))
671 671
672 672 ;;;###autoload
673 (defun jka-compr-uninstall () 673 (defun jka-compr-uninstall ()
674 "Uninstall jka-compr. 674 "Uninstall jka-compr.
675 This removes the entries in `file-name-handler-alist' and `auto-mode-alist' 675 This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
676 and `inhibit-first-line-modes-suffixes' that were added 676 and `inhibit-first-line-modes-suffixes' that were added
677 by `jka-compr-installed'." 677 by `jka-compr-installed'."