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 /lisp/jka-cmpr-hook.el | |
parent | 04b5376f70acd3b856339e3b6c0de4b5a5c973d1 (diff) | |
download | emacs-bfe6997213af49b618bed3ec0f7ffa7d45f699da.tar.gz |
(jka-compr-compression-info-list): Doc fix.
Diffstat (limited to 'lisp/jka-cmpr-hook.el')
-rw-r--r-- | lisp/jka-cmpr-hook.el | 4 |
1 files changed, 0 insertions, 4 deletions
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 |