summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (byte-optimize-lapcode)Gerd Moellmann2001-10-111-7/+8
| | | | | <byte-constref-ops>: Consider byte-constant2 and clarify the code. <const-C varset-X const-C>: Fix car/cdr typo.
* Downcase error messages.Gerd Moellmann2001-10-111-11/+11
|
* (byte-compile-display-log-head-p): NewGerd Moellmann2001-10-111-104/+95
| | | | | | | | | | | | | function extracted from byte-compile-log-1. (byte-compile-log-1): Change output to be more in line with the output of other GNU tools. (byte-compile-warn): Emit `warning' instead of `**' for warnings. (byte-compile-report-error): Downcase error message. Use `error' instead of `!!' for error messages. (byte-compile-print-syms): Treat non-interactive case specially. (displaying-byte-compile-warnings): Use backquote. (byte-compile-from-buffer): Bind byte-compile-last-line. (batch-byte-compile): Remove `Done' message.
* (copyright): Add final \n.Stefan Monnier2001-10-111-1/+1
|
* (doc-string-elt): Remove.Stefan Monnier2001-10-111-30/+4
|
* New file.Stefan Monnier2001-10-111-0/+281
|
* (byte-compile-file): Return success when the file says no-byte-compile.Stefan Monnier2001-10-071-48/+48
|
* (most-positive-fixnum, most-negative-fixnum):Gerd Moellmann2001-10-061-4/+0
| | | | Remove.
* (define-setf-expander): Make it anGerd Moellmann2001-10-051-0/+1
| | | | alias for define-setf-method.
* Change ;;; to ;; for outline-minor-mode.Gerd Moellmann2001-10-051-9/+9
|
* Use facep iso find-face.Gerd Moellmann2001-10-051-6/+6
|
* (lisp-imenu-generic-expression): Use regexp-opt.Gerd Moellmann2001-10-051-16/+77
| | | | | | | | | (doc-string-elt): Set symbol's prop. Copied from autoload.el. (lisp-font-lock-syntactic-face-function): New function. (lisp-mode-variables): Use it. Make arg optional. (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables. (lisp-mode): Don't pass an arg to lisp-mode-variables. Set comment-start-skip.
* (lm-history-header): Accept `ChangeLog'.Gerd Moellmann2001-10-051-1/+1
|
* (frame-parameter): Add a setf method.Gerd Moellmann2001-10-051-2/+2
| | | | (ignore-errors): Don't bother using a `err' symbol.
* (byte-recompile-directory): Make sure the file is readable.Gerd Moellmann2001-10-051-60/+71
| | | | | | (byte-compile-file): Don't compile if `no-byte-compile' is set. (byte-compile-defvar): Update to reflect the change in Fdefvar. (batch-byte-recompile-directory): Pass arg=0.
* (autoload-ensure-default-file, autoload-insert-section-header)Gerd Moellmann2001-10-051-46/+113
| | | | | | | | | | (autoload-before-p, autoload-remove-section): New functions. (generate-file-autoloads): Use them. (update-file-autoloads): Use them. Return FILE if there's no cookie. Make sure the autoload file is properly formatted when creating it. (update-autoloads-from-directories): Use them as well. Only update autoloads for files whose timestamp has changed. Add a dummy entry to remember the files which had no autoload cookies.
* *** empty log message ***Gerd Moellmann2001-10-011-0/+753
|
* (rx): Add def-edebug-spec.Gerd Moellmann2001-10-011-0/+1
|
* Comment change.Richard M. Stallman2001-09-261-0/+1
|
* (checkdoc-this-string-valid-engine):Gerd Moellmann2001-09-171-0/+11
| | | | Check for '(' in column 0 of doc string.
* (edebug-window-live-p): UseGerd Moellmann2001-09-071-1/+1
| | | | get-window-with-predicate.
* Add Keywords header.Gerd Moellmann2001-09-043-3/+6
|
* (backquote-backquote-symbol)Gerd Moellmann2001-09-031-4/+4
| | | | | (backquote-unquote-symbol, backquote-splice-symbol): Remove `*' from doc strings.
* *** empty log message ***Gerd Moellmann2001-08-301-0/+154
|
* Add the Maintainer keyword. From Pavel Janik.Eli Zaretskii2001-08-262-0/+3
|
* (byte-compile-file): Remove TARGET-FILE before writing it, so thatMiles Bader2001-08-211-2/+9
| | | | hard-links don't see new version.
* (lisp-indent-defmethod): New function.Gerd Moellmann2001-08-151-3/+13
| | | | | (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
* (define-minor-mode): UseGerd Moellmann2001-08-091-6/+4
| | | | mode-line-minor-mode-keymap for the minor mode name.
* (edebug-read-function): Fix handling ofGerd Moellmann2001-08-081-5/+4
| | | | #:, #x, #o, and similar constructs.
* Specify FSF as Maintainer.Pavel Janík2001-08-061-0/+2
|
* (last-sexp-setup-props): New function.Gerd Moellmann2001-07-271-18/+34
| | | | | | (last-sexp-toggle-display): Renamed from last-sexp-print. (last-sexp-toggle-display, eval-last-sexp-1): Use last-sexp-setup-props.
* (eval-last-sexp-1): Don't search forGerd Moellmann2001-07-261-5/+7
| | | | | `...', compare with unabbreviated printed representation instead. (last-sexp-print): Bind print-length and print-level to nil.
* (eval-last-sexp-1): Look for a `...'Gerd Moellmann2001-07-261-5/+12
| | | | before assigning text properties. Make properties rear-nonsticky.
* (last-sexp-print): New function.Gerd Moellmann2001-07-261-3/+28
| | | | | | (eval-last-sexp-1): Give printed text a `keymap' property and bind <mouse-2> and <RET> in that map to a function printing the unabbreviated value.
* (eval-last-sexp-1): If standard-outputGerd Moellmann2001-07-261-2/+5
| | | | | is a buffer, put a text property `printed-value' on the printed representation, with the Lisp object printed as value.
* (eval-print-last-sexp, eval-defun):Eli Zaretskii2001-07-251-2/+8
| | | | | | Mention the effect of eval-expression-print-length and eval-expression-print-level. Suggested by Kevin Gallagher <kevingal@onramp.net>.
* (find-function-regexp): AddGerd Moellmann2001-07-251-2/+3
| | | | | easy-mmode-define-global-mode to the regexp. Allow newlines in front of the function name.
* *** empty log message ***Pavel Janík2001-07-171-2/+4
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-1614-17/+19
|
* Fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-155-12/+18
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-159-10/+12
|
* (ad-make-advised-definition): If theGerd Moellmann2001-07-091-2/+6
| | | | | | original definition has an interactive form, but is Elp instrumented, use the interactive form of the function called by elp-wrapper.
* (define-minor-mode): Use eval-after-loadStefan Monnier2001-07-081-2/+5
| | | | | to delay the call to <mode> for global minor modes. (easy-mmode-define-navigation): Only recenter if interactive.
* (lisp-mode-shared-map): Bind TABGerd Moellmann2001-07-061-0/+1
| | | | to lisp-indent-line.
* (cl-do-arglist): Revert change ofGerd Moellmann2001-07-021-8/+7
| | | | 2000-10-15.
* (lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>.Eli Zaretskii2001-07-021-1/+1
|
* (eval-last-sexp): Doc fix.Richard M. Stallman2001-06-231-1/+1
|
* (backquote-process): Handle `[,@SYMBOL].Richard M. Stallman2001-06-131-0/+2
|
* (lisp-indent-offset): Add a doc string.Eli Zaretskii2001-06-051-1/+2
|