aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (debug): Fixed typo.Roland McGrath1994-01-091-2/+2
* (debug): Bind a bunch of vars, like last-command, toRichard M. Stallman1994-01-091-56/+126
* (make-lucid-menu-keymap): Allow multiple identical inactive strings.Richard M. Stallman1994-01-071-2/+6
* (make-lucid-menu-keymap): For "----", make blank line.Richard M. Stallman1994-01-061-1/+1
* [ms-dos] (byte-compile-file): Save as binary.Richard M. Stallman1994-01-061-0/+2
* (popup-menu): Add loop to handle submenus.Richard M. Stallman1994-01-041-5/+10
* Comment fix.Richard M. Stallman1994-01-041-2/+0
* (debug): Bind this-command and last-command.Richard M. Stallman1994-01-041-0/+1
* (eval-current-buffer): Old definition deleted.Richard M. Stallman1993-12-311-15/+8
* (lm-report-bug): lm-maintainer returns a cons; convert it to a string.Richard M. Stallman1993-12-261-2/+6
* (lm-report-bug): Don't crash if version is nil.Richard M. Stallman1993-12-261-2/+2
* Provide bytecomp as well as byte-compile.Richard M. Stallman1993-12-251-0/+1
* Add side-effect-free props for many functions.Richard M. Stallman1993-12-231-20/+42
* (byte-compile-dest-file): If FILENAME is not recognized, append .elc to it.Richard M. Stallman1993-12-231-2/+4
* (Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'.Noah Friedman1993-12-221-5/+6
* Comment change.Richard M. Stallman1993-11-232-2/+2
* Comment change.Richard M. Stallman1993-11-231-1/+1
* Delete periods from error messages.Richard M. Stallman1993-11-231-11/+11
* (edebug-functionp): Recognize compiled functions.Richard M. Stallman1993-11-231-0/+1
* (lisp-eval-defun): Renamed from lisp-send-defun.Richard M. Stallman1993-11-221-3/+3
* (remove-hook): Function deleted.Richard M. Stallman1993-11-131-12/+0
* Doc fix.Brian Fox1993-10-051-1/+1
* (disassemble-internal): Allow a call to byte-code as argument.Richard M. Stallman1993-09-271-0/+2
* (edebug-enter): Don't call the current function being debugged inBrian Fox1993-09-211-0/+4
* (side-effect-free-fns): Add "-" and "1-" to the list.Brian Fox1993-09-211-1/+1
* (update-copyright): Handle two-digit years with apostrophes.Roland McGrath1993-08-181-3/+5
* Comment fix.Richard M. Stallman1993-08-111-1/+1
* (byte-compile-from-buffer): Set float-output-format toRichard M. Stallman1993-08-111-1/+1
* (generate-file-autoloads): Set float-output-format toRichard M. Stallman1993-08-111-1/+1
* `mod' is no longer an alias for `%'.Paul Eggert1993-08-101-2/+0
* (floor*): Use `floor' instead of doing most the work ourselves.Paul Eggert1993-08-101-13/+2
* (ring-mod): Remove, since floor and modPaul Eggert1993-08-101-12/+4
* (remove-hook): Doc string added.Richard M. Stallman1993-08-021-1/+9
* (byte-recompile-directory): At end of compiling a file,Richard M. Stallman1993-08-021-0/+2
* entered into RCSRichard M. Stallman1993-07-305-0/+5408
* (byte-recompile-directory): Doc fix.Richard M. Stallman1993-07-271-1/+4
* Comment fix.Richard M. Stallman1993-07-261-2/+2
* (generate-file-autoloads): Bind float-output-format.Richard M. Stallman1993-07-211-5/+6
* (update-file-autoloads): Go to the beginning of FILE before searching itRoland McGrath1993-07-181-1/+4
* * bytecomp.el (byte-compile-from-buffer): Bind float-output-formatJim Blandy1993-07-181-1/+1
* (ad-start-advice-on-load): Initialize to t.Roland McGrath1993-07-161-1/+1
* Initial revisionRoland McGrath1993-07-161-0/+4329
* * assoc.el (asort): First argument should be named alist-symbol,Jim Blandy1993-07-151-1/+1
* (generate-file-autoloads): Fix FILE truename hacking to substringRoland McGrath1993-07-141-7/+7
* * autoload.el (generate-file-autoloads): Correctly detect when theJim Blandy1993-07-131-5/+7
* (byte-compile-file-form-defmumble): Undo previous change.Richard M. Stallman1993-07-091-2/+1
* (byte-compile-setq-default):Richard M. Stallman1993-07-091-10/+10
* (update-file-autoloads): Correctly do nothing when there are no cookies.Roland McGrath1993-07-071-11/+17
* (byte-compile-setq-default): Handle multiple pairs args like setq (asRoland McGrath1993-07-071-3/+9
* Doc fix.Roland McGrath1993-07-071-1/+1