Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `mod' is no longer an alias for `%'. | Paul Eggert | 1993-08-10 | 1 | -2/+0 |
| | |||||
* | (floor*): Use `floor' instead of doing most the work ourselves. | Paul Eggert | 1993-08-10 | 1 | -13/+2 |
| | |||||
* | (ring-mod): Remove, since floor and mod | Paul Eggert | 1993-08-10 | 1 | -12/+4 |
| | | | | now subsume them. All callers changed. | ||||
* | (remove-hook): Doc string added. | Richard M. Stallman | 1993-08-02 | 1 | -1/+9 |
| | | | | Change a single function into a list. | ||||
* | (byte-recompile-directory): At end of compiling a file, | Richard M. Stallman | 1993-08-02 | 1 | -0/+2 |
| | | | | put back the "Checking DIR..." message. | ||||
* | entered into RCS | Richard M. Stallman | 1993-07-30 | 5 | -0/+5408 |
| | |||||
* | (byte-recompile-directory): Doc fix. | Richard M. Stallman | 1993-07-27 | 1 | -1/+4 |
| | |||||
* | Comment fix. | Richard M. Stallman | 1993-07-26 | 1 | -2/+2 |
| | |||||
* | (generate-file-autoloads): Bind float-output-format. | Richard M. Stallman | 1993-07-21 | 1 | -5/+6 |
| | | | | Bind print-escape-newlines. | ||||
* | (update-file-autoloads): Go to the beginning of FILE before searching it | Roland McGrath | 1993-07-18 | 1 | -1/+4 |
| | | | | for generate-autoload-cookie. | ||||
* | * bytecomp.el (byte-compile-from-buffer): Bind float-output-format | Jim Blandy | 1993-07-18 | 1 | -1/+1 |
| | | | | | to "%.20e", not "%20e"; the latter is always ignored, since it doesn't have a decimal point after the percent sign. | ||||
* | (ad-start-advice-on-load): Initialize to t. | Roland McGrath | 1993-07-16 | 1 | -1/+1 |
| | |||||
* | Initial revision | Roland McGrath | 1993-07-16 | 1 | -0/+4329 |
| | |||||
* | * assoc.el (asort): First argument should be named alist-symbol, | Jim Blandy | 1993-07-15 | 1 | -1/+1 |
| | | | | not assoc-symbol. | ||||
* | (generate-file-autoloads): Fix FILE truename hacking to substring | Roland McGrath | 1993-07-14 | 1 | -7/+7 |
| | | | | SOURCE-TRUENAME instead of FILE. | ||||
* | * autoload.el (generate-file-autoloads): Correctly detect when the | Jim Blandy | 1993-07-13 | 1 | -5/+7 |
| | | | | | buffer receiving the autoload forms is in a parent of or the same directory as FILE, even in the presence of symlinks. | ||||
* | (byte-compile-file-form-defmumble): Undo previous change. | Richard M. Stallman | 1993-07-09 | 1 | -2/+1 |
| | | | | It turns out the second arg was put in by mistake in the first place. | ||||
* | (byte-compile-setq-default): | Richard M. Stallman | 1993-07-09 | 1 | -10/+10 |
| | | | | | | Generate a progn of calls to set-default, then compile it. (byte-compile-file-form-defmumble): Put back second arg of byte-compile-keep-pending, accidentally deleted before. | ||||
* | (update-file-autoloads): Correctly do nothing when there are no cookies. | Roland McGrath | 1993-07-07 | 1 | -11/+17 |
| | |||||
* | (byte-compile-setq-default): Handle multiple pairs args like setq (as | Roland McGrath | 1993-07-07 | 1 | -3/+9 |
| | | | | the setq-default subr does). | ||||
* | Doc fix. | Roland McGrath | 1993-07-07 | 1 | -1/+1 |
| | |||||
* | (update-file-autoloads): Do nothing when there are no cookies. | Roland McGrath | 1993-07-03 | 1 | -0/+1 |
| | |||||
* | (byte-compile-keep-pending): Handle fset like defalias. | Richard M. Stallman | 1993-07-02 | 1 | -3/+4 |
| | | | | (byte-compile-file-form-defmumble): Fix backward if in prev change. | ||||
* | (byte-compile-file-form-defmumble): | Richard M. Stallman | 1993-07-01 | 1 | -2/+6 |
| | | | | If byte-compile-compatibility, use fset, not defalias. | ||||
* | (generate-file-autoloads): Undo previous change | Richard M. Stallman | 1993-06-17 | 1 | -68/+37 |
| | | | | because make-docfile requires defvar doc string to start on first line. | ||||
* | (make-autoload): Use memq once instead eq twice. | Roland McGrath | 1993-06-16 | 1 | -40/+71 |
| | | | | | (generate-file-autoloads): For non-autoloads, copy the defn textually rather than printing it after reading. | ||||
* | (generate-autoload-cookie, update-autoloads-here): Doc fixes. | Roland McGrath | 1993-06-16 | 1 | -4/+4 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1993-06-16 | 1 | -1/+1 |
| | |||||
* | (disassemble-internal): If function is autoload, load it. | Richard M. Stallman | 1993-06-16 | 1 | -0/+4 |
| | |||||
* | (parens-require-spaces): Var renamed and sense changed. | Richard M. Stallman | 1993-06-16 | 1 | -4/+4 |
| | | | | (insert-parentheses): Corresponding changes. | ||||
* | (byte-compile-file-form-defmumble): Typo in prev change. | Richard M. Stallman | 1993-06-16 | 1 | -2/+1 |
| | |||||
* | (byte-compile-file-form-defmumble): Use defalias | Richard M. Stallman | 1993-06-15 | 1 | -1/+1 |
| | | | | for named function, even if no doc string. | ||||
* | (parens-dont-require-spaces): New variable. | Richard M. Stallman | 1993-06-14 | 1 | -3/+10 |
| | | | | (insert-parentheses): Obey that variable. | ||||
* | (byte-compile-file): Undo previous change. | Richard M. Stallman | 1993-06-13 | 1 | -13/+6 |
| | | | | (batch-byte-recompile-directory): Doc fix. | ||||
* | * bytecomp.el: Bring it up to version 2.10 of the | Jim Blandy | 1993-06-11 | 1 | -33/+82 |
| | | | | Zawinski-Furuseth compiler. Changes from David Gillespie. | ||||
* | (lisp-indent-function): Look for either | Richard M. Stallman | 1993-06-11 | 1 | -1/+2 |
| | | | | lisp-indent-hook or lisp-indent-function property. | ||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 9 | -29/+29 |
| | |||||
* | (byte-compile-insert-header): Fix backwards test | Richard M. Stallman | 1993-06-03 | 1 | -1/+1 |
| | | | | of byte-compile-compatibility. | ||||
* | (map-keymap): Doc fix. | Richard M. Stallman | 1993-06-01 | 1 | -1/+6 |
| | |||||
* | (copy-tree): Use let* to bind new before i. | Richard M. Stallman | 1993-06-01 | 1 | -2/+2 |
| | |||||
* | Provide edebug. | Richard M. Stallman | 1993-05-31 | 1 | -0/+2 |
| | |||||
* | (indent-sexp): Even if outer-loop-done is t, still move down one line. | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 |
| | |||||
* | (byte-optimize-divide): Don't optimize to less than two arguments. | Richard M. Stallman | 1993-05-26 | 1 | -1/+4 |
| | |||||
* | * lucid.el (switch-to-other-buffer): Build the list of acceptable | Jim Blandy | 1993-05-24 | 1 | -3/+3 |
| | | | | buffers properly. | ||||
* | (event-modifiers): Function deleted. | Richard M. Stallman | 1993-05-22 | 1 | -47/+1 |
| | | | | (read-command-event): For switch-frame event, call select-frame. | ||||
* | (lisp-body-indent): Add doc. | Richard M. Stallman | 1993-05-21 | 1 | -1/+2 |
| | |||||
* | (byte-compile-file): Don't write output if error. | Richard M. Stallman | 1993-05-18 | 1 | -36/+37 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1993-05-18 | 1 | -0/+321 |
| | |||||
* | (byte-compile-file): Don't write output if error. | Richard M. Stallman | 1993-05-18 | 1 | -35/+35 |
| | |||||
* | (mark-sexp, mark-defun): Activate the mark. | Richard M. Stallman | 1993-05-16 | 1 | -2/+3 |
| |