aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index ff8faad3003..ea8d2dfe08f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -783,6 +783,7 @@ lisp= \
783 ${lispsource}textmodes/paragraphs.elc \ 783 ${lispsource}textmodes/paragraphs.elc \
784 ${lispsource}textmodes/text-mode.elc \ 784 ${lispsource}textmodes/text-mode.elc \
785 ${lispsource}emacs-lisp/timer.elc \ 785 ${lispsource}emacs-lisp/timer.elc \
786 ${lispsource}jka-cmpr-hook.elc \
786 ${lispsource}vc-hooks.elc \ 787 ${lispsource}vc-hooks.elc \
787 ${lispsource}ediff-hook.elc \ 788 ${lispsource}ediff-hook.elc \
788 TOOLTIP_SUPPORT \ 789 TOOLTIP_SUPPORT \
@@ -876,6 +877,7 @@ shortlisp= \
876 ../lisp/textmodes/text-mode.elc \ 877 ../lisp/textmodes/text-mode.elc \
877 ../lisp/emacs-lisp/timer.elc \ 878 ../lisp/emacs-lisp/timer.elc \
878 ../lisp/vc-hooks.elc \ 879 ../lisp/vc-hooks.elc \
880 ../lisp/jka-cmpr-hook.elc \
879 ../lisp/ediff-hook.elc \ 881 ../lisp/ediff-hook.elc \
880 ../lisp/widget.elc \ 882 ../lisp/widget.elc \
881 ../lisp/window.elc \ 883 ../lisp/window.elc \