comparison lisp/ChangeLog @ 62526:5a6f1df1ae1e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 May 2005 15:46:19 +0000
parents e375a8cd677e
children 4dfd92e38a92
comparison
equal deleted inserted replaced
62525:10a127a02c08 62526:5a6f1df1ae1e
1 2005-05-19 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4
5 * subr.el (event-basic-type): Don't get an error.
6 (left-fringe-p): Function deleted.
7
8 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9
10 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
11 in recursive copy.
12
13 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
14
15 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16
17 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
18 Call byte-compile-nogroup-warn if appropriate.
19
20 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21 (compilation-set-window): Don't call left-fringe-p; do it directly.
22
1 2005-05-19 Jay Belanger <belanger@truman.edu> 23 2005-05-19 Jay Belanger <belanger@truman.edu>
2 24
3 * calc/calc-graph.el (calc-graph-format-data): Make sure 25 * calc/calc-graph.el (calc-graph-format-data): Make sure
4 var-PlotRejects is bound before trying to check its value. 26 var-PlotRejects is bound before trying to check its value.
5 27