diff options
| author | Fabián Ezequiel Gallina | 2015-01-28 01:31:15 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2015-01-28 01:31:15 -0300 |
| commit | 5491fd1098d27b3ba3db054076b9ab60fb3558dc (patch) | |
| tree | 65f6f54127714eb9634b83e5d780d75ab7d85252 /src | |
| parent | 028ddef7a2b6662ac602ea70d308deecbc69b4db (diff) | |
| parent | 2668ac1aaecfe62c80a4fbdfc27a38e384594d26 (diff) | |
| download | emacs-5491fd1098d27b3ba3db054076b9ab60fb3558dc.tar.gz emacs-5491fd1098d27b3ba3db054076b9ab60fb3558dc.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lisp.mk | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8efc90727e1..1df4f6ae0ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -57,6 +57,10 @@ | |||
| 57 | * emacs.c (syms_of_emacs) <system-configuration>: Doc fix. | 57 | * emacs.c (syms_of_emacs) <system-configuration>: Doc fix. |
| 58 | (Bug#19502) | 58 | (Bug#19502) |
| 59 | 59 | ||
| 60 | 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 61 | |||
| 62 | * lisp.mk (lisp): Add cl-preloaded. | ||
| 63 | |||
| 60 | 2015-01-27 Paul Eggert <eggert@cs.ucla.edu> | 64 | 2015-01-27 Paul Eggert <eggert@cs.ucla.edu> |
| 61 | 65 | ||
| 62 | Use bool for boolean in xfaces.c | 66 | Use bool for boolean in xfaces.c |
diff --git a/src/lisp.mk b/src/lisp.mk index a9deb2b53d9..ee2a07c0fd7 100644 --- a/src/lisp.mk +++ b/src/lisp.mk | |||
| @@ -71,6 +71,7 @@ lisp = \ | |||
| 71 | $(lispsource)/faces.elc \ | 71 | $(lispsource)/faces.elc \ |
| 72 | $(lispsource)/button.elc \ | 72 | $(lispsource)/button.elc \ |
| 73 | $(lispsource)/startup.elc \ | 73 | $(lispsource)/startup.elc \ |
| 74 | $(lispsource)/emacs-lisp/cl-preloaded.elc \ | ||
| 74 | $(lispsource)/emacs-lisp/nadvice.elc \ | 75 | $(lispsource)/emacs-lisp/nadvice.elc \ |
| 75 | $(lispsource)/minibuffer.elc \ | 76 | $(lispsource)/minibuffer.elc \ |
| 76 | $(lispsource)/abbrev.elc \ | 77 | $(lispsource)/abbrev.elc \ |