]> code.delx.au - gnu-emacs/blobdiff - src/lisp.mk
Update copyright year to 2015
[gnu-emacs] / src / lisp.mk
index a9a661ea3a825f93d088166c24b0af861a15db27..a9deb2b53d905c2e270c0332d7c225db0365bc68 100644 (file)
@@ -1,6 +1,6 @@
 ### lisp.mk --- src/Makefile fragment for GNU Emacs
 
-## Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2013 Free Software
+## Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2015 Free Software
 ## Foundation, Inc.
 
 ## This file is part of GNU Emacs.
@@ -132,6 +132,7 @@ lisp = \
        $(lispsource)/textmodes/paragraphs.elc \
        $(lispsource)/progmodes/prog-mode.elc \
        $(lispsource)/emacs-lisp/lisp-mode.elc \
+       $(lispsource)/progmodes/elisp-mode.elc \
        $(lispsource)/textmodes/text-mode.elc \
        $(lispsource)/textmodes/fill.elc \
        $(lispsource)/newcomment.elc \
@@ -163,6 +164,9 @@ lisp = \
        $(lispsource)/emacs-lisp/float-sup.elc \
        $(lispsource)/vc/vc-hooks.elc \
        $(lispsource)/vc/ediff-hook.elc \
+       $(lispsource)/electric.elc \
+       $(lispsource)/emacs-lisp/eldoc.elc \
+       $(lispsource)/uniquify.elc \
        $(lispsource)/tooltip.elc