comparison lisp/ChangeLog @ 86182:f85ace494a12

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 17 Nov 2007 03:49:59 +0000
parents 9fe1647cc229
children 9dd6df5cf48b
comparison
equal deleted inserted replaced
86181:57a7d8798643 86182:f85ace494a12
5 New function, byte-hunk-handler for declare-function. 5 New function, byte-hunk-handler for declare-function.
6 (byte-compile-callargs-warn): Handle declared functions. 6 (byte-compile-callargs-warn): Handle declared functions.
7 7
8 * emacs-lisp/check-declare.el: New file. 8 * emacs-lisp/check-declare.el: New file.
9 * Makefile.in (check-declare): New target. 9 * Makefile.in (check-declare): New target.
10
11 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
10 12
11 * subr.el (process-lines): Move here from ../admin/admin.el. 13 * subr.el (process-lines): Move here from ../admin/admin.el.
12 * emacs-lisp/authors.el (authors-process-lines): Remove. 14 * emacs-lisp/authors.el (authors-process-lines): Remove.
13 (authors): Use process-lines rather than authors-process-lines. 15 (authors): Use process-lines rather than authors-process-lines.
14 16