diff options
| author | Glenn Morris | 2014-06-25 19:51:10 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-06-25 19:51:10 -0400 |
| commit | d3033d007b82ecc752dcf326fac4ffba45087ba6 (patch) | |
| tree | 66675e8bc6e4bccf981f4d67a2704521397c411a /lisp/ChangeLog | |
| parent | f7586999d273558bdabedde5cde0f881ec0924b6 (diff) | |
| download | emacs-d3033d007b82ecc752dcf326fac4ffba45087ba6.tar.gz emacs-d3033d007b82ecc752dcf326fac4ffba45087ba6.zip | |
lisp/Makefile: Remove cc-*.el dependencies on non-cc files
* lisp/Makefile.in ($(lisp)/progmodes/cc-defs.elc)
($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc files.
They are not relevant to the original issue (bug#1004),
and cause unnecessary recompilation (bug#2151).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 089749ac028..658825d2ba8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-06-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in ($(lisp)/progmodes/cc-defs.elc) | ||
| 4 | ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc) | ||
| 5 | ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc | ||
| 6 | files. They are not relevant to the original issue (bug#1004), | ||
| 7 | and cause unnecessary recompilation (bug#2151). | ||
| 8 | |||
| 1 | 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * play/landmark.el: Use lexical-binding and avoid `intangible'. | 11 | * play/landmark.el: Use lexical-binding and avoid `intangible'. |