summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Comment changes and doc fixes.Richard M. Stallman1994-02-051-238/+172
| | | | The C program in the comments was moved into ../lib-src/profile.c.
* (ad-execute-defadvices): Don't allocate advice-infos in pure space, in case weKarl Heuer1994-02-021-1/+6
| | | | want to preload this file.
* (update-copyright): Wrap final copyright-matching regexp in parens, so \1Roland McGrath1994-01-161-2/+2
| | | | | gets all the year tokens, not just the last. (The old regexp won with the pre-POSIX defn of subexpressions with +.)
* (debug): Bind unread-command-char to -1, not nil.Richard M. Stallman1994-01-141-1/+1
|
* (byte-compile-condition-case): Disable warning aboutRichard M. Stallman1994-01-111-8/+16
| | | | symbol not naming a condition. Allow a list of condition names.
* (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
| | | | | | | | neutral values. Save the outer values in debugger-last-command, etc. Put those saved values back into effect when returning. (debugger-eval-expression): Put the saved values into effect while evaluating, and store modified values back into debugger-outer-... after evaluating.
* (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
| | | | (eval-buffer): Use current buffer by default.
* (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-boolean-vars): Add highlight-nonselected-windows.
* (byte-compile-dest-file): If FILENAME is not recognized, append .elc to it.Richard M. Stallman1993-12-231-2/+4
| | | | | | (byte-recompile-directory): Don't treat symlinks as dirs. (batch-byte-recompile-directory): Add autoload cookie.
* (Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'.Noah Friedman1993-12-221-5/+6
| | | | | | Change comments to indicate that any header starting with `X-' is not supposed to be implemented. This gives us the same "out" as that RFC822 does.
* 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. (edebug-display): Supply missing parens in let.
* (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
| | | | | (lisp-mode-map): Use new name lisp-eval-defun. Move run-lisp to C-x C-z.
* (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
| | | | pre-command-hook or post-command-hook.
* (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
| | | | nil, not "%.20e", since nil is guaranteed to not lose info on output.
* (generate-file-autoloads): Set float-output-format toRichard M. Stallman1993-08-111-1/+1
| | | | nil, not "%.20e", since nil is guaranteed to not lose info on output.
* `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
| | | | now subsume them. All callers changed.
* (remove-hook): Doc string added.Richard M. Stallman1993-08-021-1/+9
| | | | Change a single function into a list.
* (byte-recompile-directory): At end of compiling a file,Richard M. Stallman1993-08-021-0/+2
| | | | put back the "Checking DIR..." message.
* 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
| | | | Bind print-escape-newlines.
* (update-file-autoloads): Go to the beginning of FILE before searching itRoland McGrath1993-07-181-1/+4
| | | | for generate-autoload-cookie.
* * bytecomp.el (byte-compile-from-buffer): Bind float-output-formatJim Blandy1993-07-181-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 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
| | | | not assoc-symbol.
* (generate-file-autoloads): Fix FILE truename hacking to substringRoland McGrath1993-07-141-7/+7
| | | | SOURCE-TRUENAME instead of FILE.
* * autoload.el (generate-file-autoloads): Correctly detect when theJim Blandy1993-07-131-5/+7
| | | | | buffer receiving the autoload forms is in a parent of or the same directory as FILE, even in the presence of symlinks.