mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(jka-compr-compression-info-list): Doc fix.
This commit is contained in:
parent
04b5376f70
commit
bfe6997213
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user