summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* (byte-compile-output-as-comment):Richard M. Stallman1998-02-051-3/+9
* (byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil.Richard M. Stallman1998-02-021-3/+6
* Customized.Richard M. Stallman1998-01-261-30/+68
* (displaying-byte-compile-warnings): ShowKarl Heuer1997-09-251-2/+3
* (byte-compile-output-file-form): Handle custom-declare-variable.Richard M. Stallman1997-08-311-6/+8
* (byte-compile-output-docform):Richard M. Stallman1997-07-251-2/+6
* (eql): byte-defop-compiler definition deleted.Richard M. Stallman1997-07-231-2/+1
* (char-after): Allow 0 args.Richard M. Stallman1997-07-101-2/+2
* (byte-compile-file): Doc fix.Richard M. Stallman1997-06-221-3/+4
* (byte-save-current-buffer): Change to code 114 (0162).Richard M. Stallman1997-06-151-4/+3
* (byte-compile-file-form-custom-declare-variable): New function.Richard M. Stallman1997-05-081-1/+9
* (byte-compile-file): Bind coding-system-for-writeKenichi Handa1997-02-261-2/+2
* (byte-compile-file): Write a compiled file withoutKarl Heuer1997-02-201-2/+3
* (byte-compile-file): Set default-directory in compiler input buffer.Richard M. Stallman1996-12-301-2/+4
* (byte-compile-insert-header): Fix previous change.Karl Heuer1996-12-111-3/+3
* (byte-compile-insert-header): If emacs-versionRichard M. Stallman1996-12-071-1/+4
* (define-function): Mark it as obsolete.Richard M. Stallman1996-10-121-1/+2
* (save-current-buffer): Compile it like save-excursion.Richard M. Stallman1996-09-221-2/+9
* (byte-compile-lambda): If the doc string is also theRichard M. Stallman1996-09-171-2/+5
* (byte-compile-output-file-form): Bind print-quoted and print-gensym to tErik Naggum1996-09-101-4/+4
* (byte-compile-out-toplevel): Undo previous change.Richard M. Stallman1996-09-101-47/+9
* (byte-compile-associative): Treat one arg case like (+ x 0).Richard M. Stallman1996-08-291-1/+5
* (byte-compile-out-toplevel): Always compile to byte codeRichard M. Stallman1996-08-281-9/+47
* (byte-compile-funarg-2): New function,Richard M. Stallman1996-08-281-1/+15
* (byte-compile-insert-header): Fix previous change.Richard M. Stallman1996-08-261-4/+3
* (byte-compile-insert-header):Richard M. Stallman1996-08-251-2/+6
* (byte-compile-version): Use $Revision, not $Id.Richard M. Stallman1996-08-251-1/+1
* (byte-compile-insert-header): Clean up syntaxRichard M. Stallman1996-08-251-10/+13
* (post-command-idle-hook, post-command-idle-delay): Mark obsolete.Richard M. Stallman1996-03-061-0/+4
* (byte-compile-log-1): Delete format call inside message.Karl Heuer1996-01-291-8/+8
* Update FSF's address.Erik Naggum1996-01-141-117/+118
* Comment fixes.Karl Heuer1996-01-051-2/+2
* (byte-compile-output-docform): Don't do dynamic docKarl Heuer1995-12-211-0/+1
* (byte-compile-associative): Do operations left to right.Richard M. Stallman1995-11-101-9/+21
* Make byte-force-recompile suitably interactive.Simon Marshall1995-11-061-0/+1
* (byte-recompile-directory): New arg FORCE.Richard M. Stallman1995-10-301-3/+16
* (byte-compile-from-buffer): Bind print-level.Richard M. Stallman1995-10-061-0/+1
* (byte-compiler-base-file-name): New function.Richard M. Stallman1995-08-221-4/+15
* (byte-compile-insert-header): Use 19.29, not 19.28.90Richard M. Stallman1995-08-101-54/+56
* (byte-compile-output-docform): CheckRichard M. Stallman1995-08-071-66/+69
* (byte-compile-insert-header): If compiling for vers 18,Richard M. Stallman1995-07-301-2/+4
* (byte-compile-output-file-form): Bind print-lengthKarl Heuer1995-07-171-0/+2
* Made executing-macro, before-change-function, after-change-function and font-...Simon Marshall1995-07-091-18/+24
* (byte-compile-obsolete): Do the funcall to compileRichard M. Stallman1995-07-071-4/+4
* (byte-compile-insert-header):Karl Heuer1995-05-261-4/+9
* (byte-compile-dynamic-docstrings): Doc fix.Karl Heuer1995-05-181-0/+5
* (byte-compile-insert-header): Cope if user-mail-address is unbound.Richard M. Stallman1995-05-151-1/+1
* (byte-recompile-directory): Use force-mode-line-update.Karl Heuer1995-04-251-1/+1
* (byte-compile-log-file): Always insert at eob.Richard M. Stallman1995-04-131-1/+5
* (byte-compile-log-file): New function.Richard M. Stallman1995-04-091-7/+26