diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-01-27 12:01:06 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-01-27 12:01:06 +0000 |
commit | bfe6997213af49b618bed3ec0f7ffa7d45f699da (patch) | |
tree | 72fc8eff405a0a574287ed3d6447ec2d474de471 | |
parent | 04b5376f70acd3b856339e3b6c0de4b5a5c973d1 (diff) | |
download | emacs-bfe6997213af49b618bed3ec0f7ffa7d45f699da.tar.gz |
(jka-compr-compression-info-list): Doc fix.
-rw-r--r-- | lisp/ChangeLog | 13 | ||||
-rw-r--r-- | lisp/jka-cmpr-hook.el | 4 |
2 files changed, 9 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38763f69e51..2aae562e096 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-01-27 Juanma Barranquero <lekktu@gmail.com> + + * jka-compr.el (jka-compr-shell): Doc fix. + + * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix. + 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> * ps-print.ps: Fix background height. @@ -10,8 +16,7 @@ 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu> - * Makefile.in (custom-deps, finder-data): Add dependency to - loaddefs.el. + * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el. 2007-01-24 Miles Bader <miles@gnu.org> @@ -41,7 +46,7 @@ * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text - of message. Activate mark. + of message. Activate mark. (ediff-activate-mark): Set transient-mark-mode to t. * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix. @@ -53,7 +58,7 @@ 2007-01-22 Kim F. Storm <storm@cua.dk> - * ido.el (ido-active): Add xemacs test from ido-minibuffer-setup. + * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup. (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup) (ido-tidy): Use ido-active. diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 0daa34abb95..ce00181aaa3 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el @@ -248,10 +248,6 @@ APPEND-FLAG STRIP-EXTENSION-FLAG FILE-MAGIC-CHARS], where: file-magic-chars is a string of characters that you would find at the beginning of a file compressed in this way. -Because of the way `call-process' is defined, discarding the stderr output of -a program adds the overhead of starting a shell each time the program is -invoked. - If you set this outside Custom while Auto Compression mode is already enabled \(as it is by default), you have to call `jka-compr-update' after setting it to properly update other |