summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (byte-compile-output-docform): CheckRichard M. Stallman1995-08-071-66/+69
| | | | byte-compile-dynamic-docstrings in input buffer, not output buffer.
* (byte-optimize-nthcdr): Fix previous change.Richard M. Stallman1995-08-011-1/+1
|
* (byte-compile-insert-header): If compiling for vers 18,Richard M. Stallman1995-07-301-2/+4
| | | | arrange to set current-load-list when loadingthe file.
* (lisp-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-1/+15
| | | | (lisp-mode-variables): Set imenu-generic-expression.
* (shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.Richard M. Stallman1995-07-261-3/+2
|
* (byte-optimize-lapcode): Fix format calls.Richard M. Stallman1995-07-211-2/+2
|
* (backquote): Doc fix.Richard M. Stallman1995-07-191-2/+2
|
* (byte-compile-output-file-form): Bind print-lengthKarl Heuer1995-07-171-0/+2
| | | | and print-level to nil.
* (byte-optimize-nth, byte-optimize-nthcdr):Karl Heuer1995-07-171-24/+104
| | | | | | | | Do nothing if form wrong length. (byte-optimize-multiply): Fix bug in 0 case. (byte-optimize-divide): Optimize (/ CONST CONST) if safe. (byte-optimize-logmumble): Fix (logior -1 ...) case. (byte-optimize-if): Optimize (if (not foo) nil ...).
* Fixed Author: comment. This code bears no relation to what I wrote.Roland McGrath1995-07-121-2/+1
|
* Made executing-macro, before-change-function, after-change-function and ↵Simon Marshall1995-07-091-18/+24
| | | | font-lock-doc-string-face obsolete.
* New name for generalized upd-copyr.elKarl Heuer1995-07-071-143/+127
| | | | | | | | | | (copyright-limit, copyright-regexp): New variables (copyright-query): New name for `inhibit-update-copyright' (copyright-current-year): New name for `current-year' (copyright-current-gpl-version): New name for `current-gpl-version' (copyright-update): New name for `update-copyright' and `ask-to-update-copyright' (copyright): New skeleton command
* (make-autoload): Generate `(autoload ...)' form forKarl Heuer1995-07-071-8/+13
| | | | `(define-skeleton ...)'
* (byte-compile-obsolete): Do the funcall to compileRichard M. Stallman1995-07-071-4/+4
| | | | the form whether or not we warn.
* (eval-defun): Don't change defvar to defconstRichard M. Stallman1995-06-211-1/+2
| | | | if it has just one argument.
* Update GPL to version 2.Karl Heuer1995-06-157-8/+8
|
* Put mark-active for menu-enable property on eval-region, comment-region, and ↵Simon Marshall1995-06-141-1/+5
| | | | indent-region symbols.
* (emacs-lisp-mode-map): Add a menu.Karl Heuer1995-05-301-4/+29
| | | | (emacs-lisp-byte-compile): New function.
* (byte-compile-insert-header):Karl Heuer1995-05-261-4/+9
| | | | | When using dynamic docstrings, refuse to load in 19.28 and older. In that error message, don't mention the directory names.
* (easy-menu-do-define): Add autoload cookie.Karl Heuer1995-05-201-0/+1
|
* (byte-compile-dynamic-docstrings): Doc fix.Karl Heuer1995-05-181-0/+5
|
* (easy-menu-create-keymaps): Set menu-enable prop.Karl Heuer1995-05-171-1/+2
|
* (byte-compile-insert-header): Cope if user-mail-address is unbound.Richard M. Stallman1995-05-151-1/+1
|
* (tq-process-buffer): Don't hard-code the buffer name.Karl Heuer1995-05-151-1/+1
|
* (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
|