aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/lisp.mk1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b866977a7ce..3afd5ee6e20 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.mk (lisp): Add elisp-mode.elc.
4
12014-09-26 Paul Eggert <eggert@cs.ucla.edu> 52014-09-26 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * xfns.c (x_default_scroll_bar_color_parameter): 7 * xfns.c (x_default_scroll_bar_color_parameter):
diff --git a/src/lisp.mk b/src/lisp.mk
index 59d5b86c33a..e9783f649be 100644
--- a/src/lisp.mk
+++ b/src/lisp.mk
@@ -132,6 +132,7 @@ lisp = \
132 $(lispsource)/textmodes/paragraphs.elc \ 132 $(lispsource)/textmodes/paragraphs.elc \
133 $(lispsource)/progmodes/prog-mode.elc \ 133 $(lispsource)/progmodes/prog-mode.elc \
134 $(lispsource)/emacs-lisp/lisp-mode.elc \ 134 $(lispsource)/emacs-lisp/lisp-mode.elc \
135 $(lispsource)/progmodes/elisp-mode.elc \
135 $(lispsource)/textmodes/text-mode.elc \ 136 $(lispsource)/textmodes/text-mode.elc \
136 $(lispsource)/textmodes/fill.elc \ 137 $(lispsource)/textmodes/fill.elc \
137 $(lispsource)/newcomment.elc \ 138 $(lispsource)/newcomment.elc \