diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-03-29 23:27:56 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-03-29 23:27:56 -0400 |
commit | 9dba2c644978f9c51ad38da97134fca7d8cf29e2 (patch) | |
tree | 39d758fb7dfcaa19c343a019ee1ad270dd2dcecb /lisp/Makefile.in | |
parent | 06788a55302c7da6566c7efe8d8d800538a22c0a (diff) | |
download | emacs-9dba2c644978f9c51ad38da97134fca7d8cf29e2.tar.gz |
* lisp/subr.el (with-output-to-temp-buffer): Don't change current-buffer to
standard-output while running the body.
* lisp/Makefile.in (COMPILE_FIRST): Remove pcase; it's not so important.
* lisp/startup.el: Fix up warnings, move lambda expressions
outside of quote.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 4db5ef4f008..ab82c99ac33 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -85,7 +85,6 @@ BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS) COMPILE_FIRST = \ $(lisp)/emacs-lisp/bytecomp.elc \ $(lisp)/emacs-lisp/byte-opt.elc \ - $(lisp)/emacs-lisp/pcase.elc \ $(lisp)/emacs-lisp/macroexp.elc \ $(lisp)/emacs-lisp/cconv.elc \ $(lisp)/emacs-lisp/autoload.elc |