comparison lisp/ChangeLog @ 62014:c6b58692c517

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 02 May 2005 02:18:29 +0000
parents 4918448b5695
children 6539b66da8c3
comparison
equal deleted inserted replaced
62013:9208ec58c990 62014:c6b58692c517
1 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2
3 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4
1 2005-05-02 Nick Roberts <nickrob@snap.net.nz> 5 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell. 6 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3 (cc-mode-cpp-program): Rename to cc-define-list-program and 7 (cc-mode-cpp-program): Rename to cc-define-list-program and
4 move to cc-vars.el. 8 move to cc-vars.el.
5 9
6 * progmodes/cc-vars.el (cc-define-list-program): 10 * progmodes/cc-vars.el (cc-define-list-program):
7 Change to "gcc -E -dM -". Make customizable. 11 Change to "gcc -E -dM -". Make customizable.
8 12
9 2005-05-02 Kim F. Storm <storm@cua.dk> 13 2005-05-02 Kim F. Storm <storm@cua.dk>
10 14