comparison lisp/ChangeLog @ 51266:260b864ff270

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Tue, 27 May 2003 18:40:55 +0000
parents 44edc1eafb33
children 0d8a28231554
comparison
equal deleted inserted replaced
51265:575ad90ca254 51266:260b864ff270
1 2003-05-27 Glenn Morris <gmorris@ast.cam.ac.uk>
2
3 * progmodes/sh-script.el (sh-here-document-word): Document
4 new treatment of leading "-".
5 (sh-maybe-here-document): Strip a leading "-" from closing
6 heredoc delimiter, if present.
7
8 * align.el (align-rules-list): Doc fix.
9
10 * calendar/timeclock.el: Update copyright.
11 (timeclock-ask-before-exiting): Put `timeclock-query-out' on
12 `kill-emacs-query-functions' rather than `kill-emacs-hook'.
13 (timeclock-mode-string): Doc fix.
14 (timeclock-modeline-display): Doc fix. Use `global-mode-string'
15 rather than `mode-line-format'.
16 (timeclock-query-out): Doc fix.
17 (timeclock-update-modeline): No need for `let*', so use `let'.
18 Add some help-echo text to `timeclock-mode-string'.
19 (timeclock-mode-string): Give it the risky-local-variable
20 property, so that help-echo text will display.
21 (timeclock-find-discrep): Set `accum' to 0 if
22 `timeclock-discrepancy' is nil.
23
1 2003-05-27 Stefan Monnier <monnier@cs.yale.edu> 24 2003-05-27 Stefan Monnier <monnier@cs.yale.edu>
2 25
3 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function): 26 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
4 Don't infinite loop at bob. 27 Don't infinite loop at bob.
5 (emacs-lisp-mode): Mark its main custom group to be `lisp'. 28 (emacs-lisp-mode): Mark its main custom group to be `lisp'.