Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (edebug-original-signal): Don't define it. | Richard M. Stallman | 1996-09-24 | 1 | -16/+8 |
| | | | | | | (edebug-signal): Call signal, not edebug-original-signal. (edebug-enter): Bind signal-hook-function instead of fsetting signal. (edebug-recursive-edit): Clear or clear signal-hook-function. | ||||
* | (pre-command-hook, post-command-hook): Defvars deleted. | Richard M. Stallman | 1996-09-23 | 1 | -19/+4 |
| | | | | | | | | | (post-command-idle-hook): Defvar deleted. (edebug-outside-post-command-idle-hook): Defvar deleted. (edebug-enter): Don't look at or set post-command-idle-hook. (edebug-outside-excursion): Likewise. (edebug-emacs-19-specific): Don't define read-expression-history and read-expression-map. | ||||
* | (add-timeout): Duplicate definition deleted. | Richard M. Stallman | 1996-09-23 | 1 | -21/+0 |
| | | | | | (screenw-width, screen-height): Likewise. (disable-timeout, keymap-parent, set-keymap-parent): Likewise. | ||||
* | (byte-optimize-form-code-walker): | Richard M. Stallman | 1996-09-22 | 1 | -1/+1 |
| | | | | Treat save-current-buffer like save-excursion. | ||||
* | (save-current-buffer): Compile it like save-excursion. | Richard M. Stallman | 1996-09-22 | 1 | -2/+9 |
| | | | | (byte-compile-save-current-buffer): New function. | ||||
* | (tq-filter): No need for save-match-data. | Richard M. Stallman | 1996-09-18 | 1 | -1/+1 |
| | |||||
* | (byte-compile-lambda): If the doc string is also the | Richard M. Stallman | 1996-09-17 | 1 | -2/+5 |
| | | | | return value, use it for both. | ||||
* | (tq-filter): Add unwind-protect and save-match-data. | Richard M. Stallman | 1996-09-15 | 1 | -4/+8 |
| | |||||
* | (pp-eval-expression): Set font-lock-default locally to nil. | Richard M. Stallman | 1996-09-12 | 1 | -1/+3 |
| | |||||
* | (easy-menu-do-define): Use `x-popup-menu' instead of | Richard M. Stallman | 1996-09-11 | 1 | -1/+1 |
| | | | | non-existing `easy-popup-menu'. | ||||
* | (byte-compile-output-file-form): Bind print-quoted and print-gensym to t | Erik Naggum | 1996-09-10 | 1 | -4/+4 |
| | | | | | when writing compiled byte-code objects. (byte-compile-output-docform): Likewise. | ||||
* | (update-file-autoloads): Don't barf if autoloads file | Richard M. Stallman | 1996-09-10 | 1 | -1/+1 |
| | | | | file is completely empty. | ||||
* | (byte-compile-out-toplevel): Undo previous change. | Richard M. Stallman | 1996-09-10 | 1 | -47/+9 |
| | | | | (byte-compile-byte-code-maker): Undo previous change. | ||||
* | Turn on byte-compile-dynamic. | Richard M. Stallman | 1996-09-01 | 4 | -4/+4 |
| | |||||
* | (byte-compile-associative): Treat one arg case like (+ x 0). | Richard M. Stallman | 1996-08-29 | 1 | -1/+5 |
| | |||||
* | (narrow-to-defun): New function. | Richard M. Stallman | 1996-08-29 | 1 | -0/+9 |
| | |||||
* | (byte-compile-out-toplevel): Always compile to byte code | Richard M. Stallman | 1996-08-28 | 1 | -9/+47 |
| | | | | | | if an uninterned symbol appears. (byte-compile-byte-code-maker): Handle uninterned symbols in the constant vector. | ||||
* | (byte-compile-funarg-2): New function, | Richard M. Stallman | 1996-08-28 | 1 | -1/+15 |
| | | | | (sort): Use byte-compile-funarg-2. | ||||
* | (byte-compile-insert-header): Fix previous change. | Richard M. Stallman | 1996-08-26 | 1 | -4/+3 |
| | |||||
* | (byte-compile-insert-header): | Richard M. Stallman | 1996-08-25 | 1 | -2/+6 |
| | | | | Edit byte-compile-version to extract just the version number. | ||||
* | (byte-compile-version): Use $Revision, not $Id. | Richard M. Stallman | 1996-08-25 | 1 | -1/+1 |
| | |||||
* | (byte-compile-insert-header): Clean up syntax | Richard M. Stallman | 1996-08-25 | 1 | -10/+13 |
| | | | | (byte-compile-version): Use the RCS version number. | ||||
* | (edebug-trace-display): Save and restore current buffer. | Richard M. Stallman | 1996-07-24 | 1 | -4/+6 |
| | |||||
* | (list-load-path-shadows): Doc fix. | Richard M. Stallman | 1996-07-23 | 1 | -3/+3 |
| | |||||
* | Fix FSF address in comment. | Karl Heuer | 1996-07-20 | 1 | -2/+3 |
| | |||||
* | (list-load-path-shadows): Fix ambiguous wording. | Karl Heuer | 1996-07-20 | 1 | -20/+21 |
| | |||||
* | (eldoc-mode): Toggle eldoc-mode if no prefix given. | Noah Friedman | 1996-07-14 | 1 | -4/+6 |
| | |||||
* | (lisp-mode-variables): Set comment-start-skip to ignore backslash-quoted | Miles Bader | 1996-07-04 | 1 | -1/+3 |
| | | | | semicolons. | ||||
* | (profile-functions): No need to assume that the | Richard M. Stallman | 1996-06-28 | 1 | -33/+36 |
| | | | | | | | | current buffer is writable. (profile-print, profile-results): Changed to display number of calls and average time per call. (profile-update-function): Update the number of calls. (profile-a-function): Init the number of calls. | ||||
* | (pp-to-string): Treat #( like (. | Richard M. Stallman | 1996-06-18 | 1 | -2/+2 |
| | |||||
* | (make-lucid-menu-keymap): Add menu-alias property. | Richard M. Stallman | 1996-06-13 | 1 | -0/+1 |
| | |||||
* | (easy-menu-create-keymaps): Add menu-alias property. | Richard M. Stallman | 1996-06-13 | 1 | -1/+2 |
| | |||||
* | Use executing-kbd-macro, not executing-macro. | Karl Heuer | 1996-05-29 | 2 | -9/+9 |
| | |||||
* | Fixed up initial line | Erik Naggum | 1996-05-20 | 1 | -1/+1 |
| | |||||
* | Lots of fixes. | Richard M. Stallman | 1996-05-11 | 1 | -49/+80 |
| | |||||
* | (gulp-search-path, gulp-packages): Variable deleted. | Richard M. Stallman | 1996-05-07 | 1 | -15/+10 |
| | | | | | (gulp-send-requests): Make the list of packages from scratch here. Read directory name with the minibuffer. | ||||
* | Initial revision | Richard M. Stallman | 1996-05-07 | 1 | -0/+125 |
| | |||||
* | (defstruct): Treat multi-nested :include properly. | Richard M. Stallman | 1996-04-16 | 1 | -7/+29 |
| | | | | | (flet): Warn when flet rebinds a macro name. (labels): Rewrite to be fully CL-compliant. | ||||
* | (isqrt): Support expanded range of Lisp integers. | Richard M. Stallman | 1996-04-16 | 1 | -4/+7 |
| | | | | | (cl-expt): Bug fix for (expt -1 -N). (cl-macroexpand-all): Change to support `labels'. | ||||
* | (disassemble-internal): Graceful error if compile failed. | Richard M. Stallman | 1996-04-08 | 1 | -2/+3 |
| | |||||
* | (elp-instrument-package): Don't instrument keymaps and autoloaded functions. | Richard M. Stallman | 1996-03-22 | 1 | -3/+3 |
| | |||||
* | Comment change. | Richard M. Stallman | 1996-03-20 | 1 | -292/+270 |
| | |||||
* | (lisp-fill-paragraph): Treat code-and-comment case specially. | Richard M. Stallman | 1996-03-17 | 1 | -3/+13 |
| | |||||
* | (equalp): Use string-equal on strings. | Erik Naggum | 1996-03-08 | 1 | -2/+2 |
| | |||||
* | (profile-convert-byte-code): New function. | Richard M. Stallman | 1996-03-08 | 1 | -0/+18 |
| | | | | (profile-a-function): Use profile-convert-byte-code. | ||||
* | (post-command-idle-hook, post-command-idle-delay): Mark obsolete. | Richard M. Stallman | 1996-03-06 | 1 | -0/+4 |
| | |||||
* | (equalp): Correctly compare last elt of two lists. | Richard M. Stallman | 1996-03-05 | 1 | -1/+2 |
| | |||||
* | Comment change. | Richard M. Stallman | 1996-03-02 | 1 | -1/+1 |
| | |||||
* | Save if reqd in emacs-lisp-byte-compile-and-load. | Simon Marshall | 1996-02-29 | 1 | -7/+9 |
| | |||||
* | (timeout-event-p): Function deleted. | Richard M. Stallman | 1996-02-28 | 1 | -5/+0 |
| |