comparison lisp/ChangeLog @ 26988:ff9ca67c73cd

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Dec 1999 23:01:14 +0000
parents c22771fbb4b3
children 99e734c7df9b
comparison
equal deleted inserted replaced
26987:af30e0897839 26988:ff9ca67c73cd
1 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2
3 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4 (jka-compr-compression-info-list): Add new elt to each vector.
5 (jka-compr-write-region): Don't compress the data if it is
6 already compressed.
7
8 * jka-compr.el (jka-compr-really-do-compress): New variable.
9 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
10 if visiting.
11 (jka-compr-write-region): Set jka-compr-really-do-compress
12 if visiting. Test it when deciding to compress.
13
1 1999-12-22 Gerd Moellmann <gerd@gnu.org> 14 1999-12-22 Gerd Moellmann <gerd@gnu.org>
2 15
3 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell 16 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4 with third argument t. 17 with third argument t.
5 18