aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-27 12:01:06 +0000
committerJuanma Barranquero2007-01-27 12:01:06 +0000
commitbfe6997213af49b618bed3ec0f7ffa7d45f699da (patch)
tree72fc8eff405a0a574287ed3d6447ec2d474de471
parent04b5376f70acd3b856339e3b6c0de4b5a5c973d1 (diff)
downloademacs-bfe6997213af49b618bed3ec0f7ffa7d45f699da.tar.gz
emacs-bfe6997213af49b618bed3ec0f7ffa7d45f699da.zip
(jka-compr-compression-info-list): Doc fix.
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/jka-cmpr-hook.el4
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 @@
12007-01-27 Juanma Barranquero <lekktu@gmail.com>
2
3 * jka-compr.el (jka-compr-shell): Doc fix.
4
5 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
6
12007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> 72007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 8
3 * ps-print.ps: Fix background height. 9 * ps-print.ps: Fix background height.
@@ -10,8 +16,7 @@
10 16
112007-01-24 Dan Nicolaescu <dann@ics.uci.edu> 172007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12 18
13 * Makefile.in (custom-deps, finder-data): Add dependency to 19 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
14 loaddefs.el.
15 20
162007-01-24 Miles Bader <miles@gnu.org> 212007-01-24 Miles Bader <miles@gnu.org>
17 22
@@ -41,7 +46,7 @@
41 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. 46 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
42 47
43 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text 48 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
44 of message. Activate mark. 49 of message. Activate mark.
45 (ediff-activate-mark): Set transient-mark-mode to t. 50 (ediff-activate-mark): Set transient-mark-mode to t.
46 51
47 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix. 52 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
@@ -53,7 +58,7 @@
53 58
542007-01-22 Kim F. Storm <storm@cua.dk> 592007-01-22 Kim F. Storm <storm@cua.dk>
55 60
56 * ido.el (ido-active): Add xemacs test from ido-minibuffer-setup. 61 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
57 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup) 62 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
58 (ido-tidy): Use ido-active. 63 (ido-tidy): Use ido-active.
59 64
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:
248 file-magic-chars is a string of characters that you would find 248 file-magic-chars is a string of characters that you would find
249 at the beginning of a file compressed in this way. 249 at the beginning of a file compressed in this way.
250 250
251Because of the way `call-process' is defined, discarding the stderr output of
252a program adds the overhead of starting a shell each time the program is
253invoked.
254
255If you set this outside Custom while Auto Compression mode is 251If you set this outside Custom while Auto Compression mode is
256already enabled \(as it is by default), you have to call 252already enabled \(as it is by default), you have to call
257`jka-compr-update' after setting it to properly update other 253`jka-compr-update' after setting it to properly update other