summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (regexp-opt-group): Compute HALF2 properly.Richard M. Stallman2003-01-201-1/+4
|
* (make-autoload): Generate custom-autoload for autoloaded defcustoms.Markus Rost2003-01-071-11/+6
|
* (byte-optimize-nth)Dave Love2003-01-051-12/+16
| | | | (byte-optimize-nthcdr): Fix for case of wrong-length forms.
* (find-variable-noselect): Make it workDave Love2003-01-031-1/+2
| | | | with new load-history format.
* Update copyright.John Paul Wallington2003-01-031-2/+2
|
* (eldoc-get-var-docstring): Only return aJohn Paul Wallington2003-01-031-11/+12
| | | | documentation string when `sym' is non-nil.
* Don't define a name for the minor mode menu.Richard M. Stallman2002-12-231-3/+3
|
* (easy-menu-do-define): Handle nil for SYMBOL.Richard M. Stallman2002-12-231-15/+18
| | | | (easy-menu-define): Doc fix, say SYMBOL can be nil.
* (rx-and): Generate a shy group.Richard M. Stallman2002-12-231-10/+51
| | | | | | | Specify `no-group' when calling rx-to-string. (rx-submatch): Specify `no-group' when calling rx-to-string. (rx-kleene): Use rx-atomic-p to decide whether to make a group. (rx-atomic-p): New function.
* (autoload-ensure-default-file): insertDavid Kastrup2002-12-151-1/+1
| | | | missing space in file end comment.
* (define-minor-mode): Use `custom-current-group'.Markus Rost2002-12-131-5/+8
| | | | | Pass all groups to the hook. (easy-mmode-define-global-mode): Use `custom-current-group'.
* (byte-optimize-form-code-walker):Stefan Monnier2002-12-131-1/+3
| | | | Optimize the remaining part of for-effect and/or expressions.
* (byte-optimize-featurep): New.Dave Love2002-12-121-1/+11
|
* (byte-compile-if): Suppress warnings fromDave Love2002-12-121-14/+48
| | | | things protected by `(if (fboundp ...' or `(if (boundp ...'.
* Add local variable list to turn off cl-function warnings.Richard M. Stallman2002-12-071-0/+4
|
* (byte-compile-eval): Handle (t . SYMBOL) elements in load-history.Richard M. Stallman2002-12-071-7/+19
| | | | | (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand and cl-struct-setf-expander.
* (autoload-print-form-outbuf): New variable.Richard M. Stallman2002-12-071-4/+9
| | | | | (autoload-print-form): Use autoload-print-form-outbuf. (generate-file-autoloads): Bind autoload-print-form-outbuf.
* Move `predicates for analyzing LispDave Love2002-11-271-86/+84
| | | | | | forms' block to top (before uses). (help-fns): Don't require at top level. (Recursively.) (cl-transform-lambda): Require help-fns.
* (eldoc-print-current-symbol-info):Stefan Monnier2002-11-191-163/+24
| | | | | | | | | | Turn errors into messages so they don't get ignored. (eldoc-get-fnsym-args-string): Use help-split-fundoc. (eldoc-beginning-of-sexp): Simplify. (eldoc-function-arglist): Remove. (eldoc-function-argstring): Use help-function-arglist instead. (eldoc-function-argstring-from-docstring-method-table) (eldoc-function-argstring-from-docstring): Remove.
* (maphash, map-char-table): UseDave Love2002-11-191-1/+3
| | | | byte-compile-funarg.
* (side-effect-free-fns): SeveralDave Love2002-11-191-3/+4
| | | | additions.
* (multiple-value-call): Add docstring.Stefan Monnier2002-11-191-1/+3
|
* (defgroup lisp-shadow): New group name. Previous group name shadow isMarkus Rost2002-11-191-2/+2
| | | | | used in shadowfile.el. (shadows-compare-text-p): Use group lisp-shadow.
* (checkdoc-minor-mode): Add group.Markus Rost2002-11-181-1/+2
|
* Add provide call.Markus Rost2002-11-171-0/+2
|
* (update-autoloads-from-directories): Sort the list of files with noMarkus Rost2002-11-161-0/+2
| | | | autoloads.
* Add provide call.Markus Rost2002-11-151-0/+2
|
* (checkdoc-find-error): Use get-file-buffer instead of get-buffer.Markus Rost2002-11-071-2/+2
|
* Comment change.Richard M. Stallman2002-11-061-0/+4
|
* (byte-compile-lambda): Handle progn like let, inside interactive spec.Richard M. Stallman2002-11-061-4/+2
|
* (generate-file-autoloads, update-file-autoloads): Strip .gz extensions.Stefan Monnier2002-11-031-5/+8
| | | | (update-autoloads-from-directories): Also consider compressed files.
* (lisp-fill-paragraph): Use fill-comment-paragraph.Stefan Monnier2002-11-031-93/+17
|
* (lisp-fill-paragraph): Use match-string and line-beginning-position.Stefan Monnier2002-11-021-9/+5
| | | | Don't bother making paragraph-start a superset of paragraph-separate.
* Fixed typo in docstring.Kim F. Storm2002-10-271-1/+1
|
* Fixed first-line problem for function documentation strings.Jonathan Yavner2002-10-271-14/+16
|
* (unsafep-variable): Pass second arg to risky-local-variable-p.Richard M. Stallman2002-10-261-1/+1
|
* (beginning-of-defun): Fix typo.Juanma Barranquero2002-10-171-1/+1
|
* (elint-error, elint-warning): Fix typo.Juanma Barranquero2002-10-171-2/+2
|
* Fix typo.Juanma Barranquero2002-10-171-6/+6
|
* (byte-optimize-form-code-walker): Treat `ignore' specially--preventRichard M. Stallman2002-10-141-1/+20
| | | | | warnings about functions called for effect, in its args. Don't warn when `pop' is used for effect.
* (autoload-print-form): Cleanup.Richard M. Stallman2002-10-141-4/+3
|
* (define-minor-mode): Doc fix.Richard M. Stallman2002-10-071-5/+14
|
* Add "no-byte-compile: t" in first line.Juanma Barranquero2002-10-011-2/+2
|
* New major mode "SES" for spreadsheets.Jonathan Yavner2002-09-284-0/+1558
| | | | | New function (unsafep X) determines whether X is a safe Lisp form. New support module testcover.el for coverage testing.
* Use the new usage-in-docstring syntax.Stefan Monnier2002-09-271-244/+291
| | | | | (cl-push, cl-pop): Remove. Use pop and push throughout the file instead. (cl-transform-lambda): Add usage info to docstring if the arglist is complex.
* (make-autoload): Add usage info to docstring.Stefan Monnier2002-09-271-6/+12
| | | | (autoload-print-form): Also quote open-[-in-column 0.
* (cl-push, cl-pop): Remove. Use pop and push throughout the file instead.Stefan Monnier2002-09-271-133/+30
| | | | | | (cl-hash-lookup): Remove. (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash) (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
* (cl-push, cl-pop): Remove.Stefan Monnier2002-09-271-21/+13
| | | | Use pop and push throughout the file instead.
* Don't precompute menu shortcuts duringStefan Monnier2002-09-271-3/+0
| | | | loading since the current keymaps might be all weird.
* (define-minor-mode): Don't add propertiesStefan Monnier2002-09-271-10/+3
| | | | | to the name since they're added by mode-line-format already. (define-minor-mode): Run (,mode -1) when needed.