summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (define-minor-mode): Only echo a message if the body didn't do so already.Stefan Monnier2003-04-181-4/+3
| | | | (easy-mmode-define-keymap): Remove unused var `suppress'.
* (byte-compile-const-symbol-p): Rename arg.Stefan Monnier2003-04-161-4/+4
|
* (last-sexp-toggle-display): At end of buffer, run the global bindingRichard M. Stallman2003-04-141-1/+2
| | | | of the same key.
* (byte-compile-file-form-defvar, byte-compile-defvar):Stefan Monnier2003-04-121-3/+3
| | | | Fix last commit which mistakenly relied on not-yet committed code.
* Use push, with-current-buffer, dolist, ...Stefan Monnier2003-04-121-102/+103
| | | | | | | | | | | | | | | | (byte-compile-const-variables): New var. (byte-compile-close-variables): Reset it. (byte-compile-file-form-defvar, byte-compile-defvar): Update it. (byte-compile-const-symbol-p): Now arg `value' to check defconsts. (byte-compile-variable-ref): Use it and improve warning message. (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p. (byte-compile-lapcode): Remove unused vars. (byte-compile-eval): Fix thinko in handling of old-autoloads. (byte-recompile-directory): Use the expanded form for directory. (byte-compile-track-mouse): Use modern backquote syntax. (byte-compile-defvar): Detect and properly handle (defconst a). (byte-compile-defalias-warn): Remove unused arg `alias'. (byte-compile-defalias): Update call.
* (last-sexp-toggle-display): At end of buffer, just call `newline'.Richard M. Stallman2003-04-091-18/+23
|
* (last-sexp-toggle-display): Correct the starting point forRichard M. Stallman2003-04-061-2/+3
| | | | previous-single-property-change.
* (easy-menu-define): Don't make a defvar for nil.Richard M. Stallman2003-04-031-10/+4
| | | | | (easy-menu-convert-item-1): Doc fix. (easy-menu-change): Call easy-menu-create-menu.
* (checkdoc-display-status-buffer): Fix docstring.Juanma Barranquero2003-03-281-20/+71
| | | | | | | | | | | (checkdoc-interactive, checkdoc-message-interactive): Make them perform spell checking when appropriate. (checkdoc-interactive-loop): Fix docstring and a few typos. (checkdoc-interactive-ispell-loop) (checkdoc-message-interactive-ispell-loop): New functions. (checkdoc-next-error): Fix docstring. (checkdoc-this-string-valid-engine): Fix typo. (checkdoc-ispell-docstring-engine): Do test for checkdoc-autofix-flag = nil.
* No error when marking functions whose body just returns a constant. HandleJonathan Yavner2003-03-281-15/+15
| | | | | screwy top-level macros that create functions and store them as properties of symbols. Support for CL's function* macro.
* (byte-optimize-set): Avoid CLism.Stefan Monnier2003-03-251-1/+1
|
* (byte-optimize-set): New. Turn `set' into `setq' when applicable.Stefan Monnier2003-03-251-0/+12
|
* (define-minor-mode): Use custom-set-minor-mode.Stefan Monnier2003-03-241-9/+13
| | | | Pass unknown keyword args blindly to defcustom.
* (easy-menu-add-item): Align the docstring with the code.Stefan Monnier2003-03-241-1/+1
|
* (easy-menu-add-item): Don't default to the global map.John Paul Wallington2003-03-241-3/+0
|
* (easy-menu-name-match): Catch any error that member-ignore-case might signal.Stefan Monnier2003-03-161-4/+8
| | | | | (easy-menu-add-item): Default to the global map, as documented. (easy-menu-convert-item-1): Use match-string.
* (emacs-lisp-docstring-fill-column): New custom variable.Matthew Swift2003-03-021-12/+42
| | | | | | | (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so that first docstring lines ending with a comma are respected. Add "`(" to same so that function and macro bodies beginning with a backquote do not get disturbed. Revise the comments.
* (tq-create): Fix quoted lambda.Juanma Barranquero2003-02-181-2/+2
|
* (Helper-help-scroller): Fix character constant.Juanma Barranquero2003-02-181-1/+1
|
* Fix character constants.Juanma Barranquero2003-02-181-2/+2
|
* Comment change.Richard M. Stallman2003-02-171-12/+12
|
* (ses-exercise-signals): Fix use of character constant.Juanma Barranquero2003-02-141-1/+1
|
* (eldoc-echo-area-multiline-supported-p, eldoc-use-idle-timer-p): Remove.Stefan Monnier2003-02-111-93/+35
| | | | | | (timer): Never require. It only works in current Emacs anyway. (eldoc-mode, eldoc-message, eldoc-display-message-p) (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
* (process-get): Add setf method.Stefan Monnier2003-02-101-0/+1
|
* (checkdoc-minor-keymap): Add obsolescence declaration and remove redundant infoJuanma Barranquero2003-02-051-2/+3
| | | | from docstring.
* Trailing whitepace deleted.Juanma Barranquero2003-02-0429-417/+417
|
* *** empty log message ***Dave Love2003-02-031-0/+117
|
* * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.John Paul Wallington2003-01-291-5/+6
| | | | | | | | | | * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and `define-ibuffer-sorter'. (lisp-imenu-generic-expression): Add `deftheme' to types. * custom.el (customize-mark-to-save, customize-mark-as-set) (custom-remove-theme): Doc fixes.
* New format of AUTHORS file; list eachKim F. Storm2003-01-291-126/+295
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | author name once followed by contributed and changed files. Improve selection of entries to include in list, and generate list of unrecognized entries indicating syntax errors in ChangeLog files. (authors-coding-system): New variable. (authors-many-files): Update doc string. (authors-aliases): Change format. Now one entry with multiple aliases per author. (authors-valid-file-names, authors-renamed-files-alist) (authors-renamed-files-regexps): New variables. (authors-canonical-file-name): New function. Validates that file exists or occurs in one of the above lists. Record unrecognized file names in global authors-invalid-file-names list. (authors-add): Change to record per-change counts. (authors-canonical-author-name): Handle new format of authors-aliases list. (authors-scan-change-log): Rename FILE arg to LOG-FILE. Change doc string to describe new entry format. Only add author entries for valid file names. (authors-print): Replace by authors-add-to-author-list. (authors-add-to-author-list): New function which reorders per-file entries and adds them to global authors-author-list. (authors): Instead of authors-print to insert in *Authors* buffer, use authors-add-to-author-list to reorder the list and then insert result in *Authors* buffer with new format. Generate *Authors Errors* compilation-mode buffer listing unrecognized ChangeLog entries.
* Added Jan D in aliasJan Djärv2003-01-261-2/+4
|
* (byte-compile-file-form-custom-declare-variable):Richard M. Stallman2003-01-251-1/+14
| | | | Compile any lambda-expressions among the args.
* (regexp-opt-group): Undo last change. Fix the docstring instead.Stefan Monnier2003-01-201-14/+11
|
* (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.