Mercurial > emacs
diff lisp/ChangeLog @ 96132:94707ef52511
($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
the .elc file to batch-byte-compile.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 20 Jun 2008 20:00:14 +0000 |
parents | 7ee547824da5 |
children | d143e6de14ec |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jun 20 19:52:37 2008 +0000 +++ b/lisp/ChangeLog Fri Jun 20 20:00:14 2008 +0000 @@ -1,5 +1,8 @@ 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> + * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not + the .elc file to batch-byte-compile. + * progmodes/cc-mode.el (c-make-inherited-keymap): Only use set-keymap-parents if set-keymap-parent doesn't exist.