comparison lisp/ChangeLog @ 27309:1236d96bd8c9

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 12 Jan 2000 13:59:26 +0000
parents f12bf5a9aa21
children 1fb75ba2452d
comparison
equal deleted inserted replaced
27308:f12bf5a9aa21 27309:1236d96bd8c9
29 29
30 * tmm.el (tmm-shortcut): Delete region after prompt instead 30 * tmm.el (tmm-shortcut): Delete region after prompt instead
31 of erasing buffer. 31 of erasing buffer.
32 32
33 * textmodes/fill.el (fill-common-string-prefix): New function. 33 * textmodes/fill.el (fill-common-string-prefix): New function.
34 (fill-context-prefix): Use the longest common substring of both 34 (fill-context-prefix): Use the longest common prefix of first
35 prefixes, if there is one. 35 and second line fill prefix, if there is one.
36 36
37 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> 37 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
38 38
39 * array.el (array-mode): Don't use make-variable-buffer-local. 39 * array.el (array-mode): Don't use make-variable-buffer-local.
40 Use make-local-variable for `truncate-lines'. 40 Use make-local-variable for `truncate-lines'.