comparison lisp/ChangeLog @ 62865:e4f3776e0a10

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 May 2005 08:43:30 +0000
parents 1ea7b7eb50a9
children b02a3533f7c2
comparison
equal deleted inserted replaced
62864:a30c3081abf5 62865:e4f3776e0a10
1 2005-05-29 Richard M. Stallman <rms@gnu.org>
2
3 * jit-lock.el (jit-lock-function, jit-lock-after-change):
4 Do nothing if memory is full.
5
6 * font-lock.el (font-lock-fontify-syntactically-region):
7 Pass t for GREEDY to looking-back.
8
9 * saveplace.el (save-place-alist-to-file): Write the file
10 using write-region.
11
12 * subr.el (looking-back): New argument GREEDY.
13
14 * progmodes/compile.el (compilation-start): Set the mode
15 before inserting the initial text.
16
17 * progmodes/which-func.el (which-func-update-1): Turn the mode
18 off in case of error by setting which-func-mode.
19
1 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org> 20 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
2 21
3 * progmodes/make-mode.el (makefile-rule-action-regex) 22 * progmodes/make-mode.el (makefile-rule-action-regex)
4 (makefile-macroassign-regex, makefile-makepp-mode) 23 (makefile-macroassign-regex, makefile-makepp-mode)
5 (makefile-bsdmake-mode): Continuation lines may be empty. 24 (makefile-bsdmake-mode): Continuation lines may be empty.