comparison lisp/ChangeLog @ 48824:a728efb6a6ad

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 12 Dec 2002 20:28:32 +0000
parents 8a9619f2076e
children bcda3ce1cc5c
comparison
equal deleted inserted replaced
48823:43cfe87c63fa 48824:a728efb6a6ad
1 2002-12-12 Dave Love <fx@gnu.org>
2
3 * custom.el (defcustom, custom-set-variables): Doc fix.
4
5 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
6 things protected by `(if (fboundp ...' or `(if (boundp ...'.
7
8 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
9
1 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk> 10 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2 11
3 * progmodes/fortran.el (fortran-mode-abbrev-table): Handle 12 * progmodes/fortran.el (fortran-mode-abbrev-table): Handle
4 `define-abbrev' with either 5 or 6 arguments. 13 `define-abbrev' with either 5 or 6 arguments.
5 14