summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (popup-dialog-box): x-popup-dialog returns the value, not the cons cell.Richard M. Stallman1995-05-091-5/+4
|
* (Helper-help): Use read-key-sequence.Richard M. Stallman1995-05-081-1/+1
|
* (pp-eval-expression): Update use of temp-buffer-show-function.Richard M. Stallman1995-05-071-12/+15
|
* Don't try to define backquote.Richard M. Stallman1995-05-051-8/+0
| | | | (trace-version): Deleted.
* ('\`): Use backslash for reading the backquote.Richard M. Stallman1995-05-041-6/+6
| | | | | (backquote-backquote-symbol): Likewise. (backquote): Doc fix.
* (byte-recompile-directory): Use force-mode-line-update.Karl Heuer1995-04-251-1/+1
|
* (easy-menu-define): Doc fix.Richard M. Stallman1995-04-241-2/+2
|
* (byte-optimize-letX): Use car-safe and cdr-safe.Richard M. Stallman1995-04-241-1/+2
|
* (pushnew): Use edebug-keywordp.Richard M. Stallman1995-04-191-2/+2
|
* (byte-compile-log-file): Always insert at eob.Richard M. Stallman1995-04-131-1/+5
| | | | (byte-compile-insert-header): Cope if user-mail-address is nil.
* (byte-compile-log-file): New function.Richard M. Stallman1995-04-091-7/+26
| | | | | | (displaying-byte-compile-warnings): Log the file name at start; display the log buffer only if something more gets output by BODY. (byte-compile-warnings-point-max): Initialize to nil.
* (byte-compile-output-docform): Output doc string positionRichard M. Stallman1995-04-071-1/+7
| | | | as negative number, if doc string starts with *.
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (byte-compile-inline-expand): Fetch actual bytecodeKarl Heuer1995-04-051-3/+5
| | | | before inlining a lazy function.
* (byte-compile-out-toplevel): Compile lambda forms even if trivial.Karl Heuer1995-03-241-5/+8
|
* (debug): Now interactive.Richard M. Stallman1995-03-201-0/+1
|
* (debugger-outer-load-read-function): New variable.Richard M. Stallman1995-03-181-1/+13
| | | | | | | | | | | | | (debug): Bind load-read-function to nil; save old value in debugger-outer-load-read-function and restore at end. (debugger-eval-expression): Handle load-read-function like other magic variables. (debugger-outer-overriding-local-map): New variable. (debug): Bind overriding-local-map to nil; save old value in debugger-outer-overriding-local-map and restore at end. (debugger-eval-expression): Handle overriding-local-map like other magic variables.
* Comment change.Richard M. Stallman1995-03-163-4/+5
|
* (eval-defun): Convert defvar to defconst.Richard M. Stallman1995-03-111-5/+8
|
* (add-menu-item-1): Better error message ifRichard M. Stallman1995-03-111-0/+2
| | | | a menu not the last in the path does not exist.
* (byte-compile-file): Bind default-major-mode to avoid randomness.Richard M. Stallman1995-02-251-0/+1
|
* (pp-to-string): Fix previous change.Richard M. Stallman1995-02-131-2/+1
|
* (debugger-step-after-exit): Variable declared.Richard M. Stallman1995-02-131-0/+9
| | | | (debugger-old-buffer, debugger-value): Variables declared.
* (debug): Fix arg to backtrace-debug for debug-on-entry.Richard M. Stallman1995-02-131-1/+9
|
* (pp-to-string): Don't use emacs-lisp-mode.Richard M. Stallman1995-02-131-1/+2
| | | | Just do the parts of it we actually want.
* (byte-compile-file): Add "done" message.Karl Heuer1995-02-081-0/+2
|
* (byte-compile-file-form-defmumble, display-call-tree): Print ellipsis earlier,Karl Heuer1995-02-081-2/+2
| | | | so message logging will fold similar strings.
* (lisp-fill-paragraph): Return t.Richard M. Stallman1995-02-021-1/+2
|
* (shared-lisp-mode-map): Don't bind M-q.Richard M. Stallman1995-02-021-1/+2
| | | | (lisp-mode-variables): Put it in fill-paragraph-function locally.
* (make-extent, delete-extent, set-extent-property)Richard M. Stallman1995-01-301-0/+32
| | | | (set-extent-face): New functions.
* (lisp-indent-region): Set endmark before indenting first line.Richard M. Stallman1995-01-301-7/+13
| | | | | (indent-sexp): Fixes for ENDPOS != nil case--use nil as starting-point, and don't insist on a complete sexp.
* (read-number): New function.Richard M. Stallman1995-01-301-0/+21
|
* (debug-convert-byte-code): Convert the doc info to a string.Richard M. Stallman1995-01-271-1/+4
|
* (byte-compile-defvar): Add the var to current-load-list.Richard M. Stallman1995-01-221-0/+5
|
* (update-copyright): Remove gratuitous error at end.Roland McGrath1995-01-211-4/+2
|
* (easy-menu-define): Doc fix.Karl Heuer1995-01-131-4/+2
|
* Fix text punctuation.Karl Heuer1995-01-091-3/+3
|
* Add autoload cookies.Noah Friedman1995-01-031-0/+3
|
* Comment changes.Richard M. Stallman1994-12-291-28/+37
|
* Comment changes.Richard M. Stallman1994-12-261-53/+50
|
* (byte-compile-warning-types): Add obsolete.Richard M. Stallman1994-12-261-8/+13
| | | | | | (byte-compile-warnings): Doc fix. (byte-compile-obsolete): Check for obsolete in byte-compile-warnings. (byte-compile-variable-ref): Likewise.
* (byte-compile-dest-file): New variable.Richard M. Stallman1994-12-241-162/+260
| | | | | | | | | | | | | | | | | (byte-compile-file): Bind that var, early on. (byte-compile-dynamic): New variable. (byte-compile-dynamic-docstrings): New variable. (byte-compile-close-variables): Bind byte-compile-dynamic, byte-compile-dynamic-docstrings, and byte-compiler-compatibility. (byte-compile-file): Call normal-mode, not set-auto-mode. (byte-compile-output-docform): New arguments PREFACE, NAME, SPECINDEX, QUOTED. Callers changed. Output doc strings as references to the .elc file itself, using #@ and #$ constructs. (byte-compile-output-as-comment): New function. (byte-compile-insert-header): Don't save-excursion. Insert at point, and move point. Insert extra newline at end. (byte-compile-from-buffer): Insert the header before compilation.
* (elp-pack-number): New function.Richard M. Stallman1994-12-241-22/+46
| | | | | | | (elp-output-results): Use elp-pack-number to truncate time strings, watching out for very small or very large numbers. (elp-unset-master): Make it an interactive command.
* (set-keymap-parent): Fix bug in case of empty keymap.Richard M. Stallman1994-11-171-2/+2
| | | | (switch-to-other-buffer): Fix one-off error.
* (debugger-list-functions): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (Helper-describe-mode): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|
* (update-copyright): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+6
|
* (byte-compile-insert-header): Escape backslashesRichard M. Stallman1994-11-011-1/+4
| | | | in FILENAME when putting it inside a string constant.
* (byte-compile-file): Treat windows-nt like ms-dos.Richard M. Stallman1994-11-011-1/+1
|
* (cl-macroexpand): keep documentation from `macroexpand'.Richard M. Stallman1994-11-011-0/+7
|