summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* Tom Tromey <tromey at redhat.com>Glenn Morris2008-04-241-2/+14
| | | | (easy-mmode-define-keymap): Document keywords. Add :suppress.
* (easy-menu-make-symbol): Don't wrap keyboard macros within lambdas.Stefan Monnier2008-04-241-1/+4
|
* Merge from emacs--rel--22Miles Bader2008-04-231-0/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
| * (autoload-generate-file-autoloads):Stefan Monnier2008-04-111-0/+1
| | | | | | | | | | | | Bind print-level to ensure output forms aren't truncated if print-level is set to eval-expression-print-level when going via eval-defun and friends, or has been otherwise fiddled with.
* | (copyright-at-end-flag): New option.Glenn Morris2008-04-221-13/+42
| | | | | | | | | | | | | | | | | | | | (copyright-limit): Respect copyright-at-end-flag. (copyright-re-search, copyright-start-point) (copyright-offset-too-large-p): New functions. (copyright-update-year): Use copyright-re-search. (copyright-update, copyright-fix-years): Use copyright-start-point, and copyright-re-search. (copyright): Use copyright-offset-too-large-p.
* | * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.Stefan Monnier2008-04-191-17/+3
| | | | | | | | * progmodes/scheme.el (scheme-mode-variables): Don't use it.
* | * files.el (locate-file-completion-table): Rename fromStefan Monnier2008-04-191-4/+8
| | | | | | | | | | | | | | | | | | | | locate-file-completion and make it use `pred' in the normal way. (locate-file-completion): New compatibility wrapper. (load-library): Use locate-file-completion-table. * emacs-lisp/find-func.el (find-library): Likewise. * info.el: Use with-current-buffer and inhibit-read-only. (Info-read-node-name-2): Change to use `predicate' in the normal way. (Info-read-node-name-1): Adjust uses accordingly.
* | (trace-make-advice): Don't change selected-window.Stefan Monnier2008-04-191-2/+2
| |
* | (lisp-comment-indent): Add WHEN to obsolescence declaration.Juanma Barranquero2008-04-181-4/+5
| |
* | (checkdoc-minor-keymap): Use `define-obsolete-variable-alias'.Juanma Barranquero2008-04-181-3/+2
| |
* | (debug): Revert to bury-buffer since quit-window is not better anyway.Stefan Monnier2008-04-181-3/+4
| |
* | (crm-completion-help, crm-complete, crm-complete-word, crm-complete-and-exit):Juanma Barranquero2008-04-171-4/+4
| | | | | | | | Fix typo in previous change.
* | Complete rewrite.Stefan Monnier2008-04-141-437/+106
| |
* | (copyright-update-directory): New command.Reiner Steib2008-04-121-0/+10
| |
* | (define-obsolete-variable-alias): Doc fix.Glenn Morris2008-04-121-0/+9
| |
* | Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-1031-31/+31
| |
* | (ewoc-collect): Return results in the correct order.Alexandre Julliard2008-04-091-1/+1
| |
* | (regexp-opt): Reduce max-lisp-eval-depth and max-specpdl-size toChong Yidong2008-04-091-2/+2
| | | | | | | | 10000.
* | (regexp-opt-group): Use substring-no-properties for correct handlingChong Yidong2008-04-091-1/+1
| | | | | | | | of unibyte strings.
* | Regenerate.Juanma Barranquero2008-04-081-1/+1
| |
* | (get-setf-method): Use `string-match-p'.Juanma Barranquero2008-04-081-2/+1
| |
* | (checkdoc-this-string-valid-engine): Use `string-match-p'.Juanma Barranquero2008-04-081-9/+7
| |
* | (copyright-update-year): Fix braino.Juanma Barranquero2008-04-081-2/+2
| |
* | (copyright-update-year): Use `looking-at-p'.Juanma Barranquero2008-04-081-4/+3
| |
* | *** empty log message ***Dan Nicolaescu2008-04-072-2/+2
| |
* | Merge from emacs--rel--22Miles Bader2008-04-051-1/+4
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107
| * (find-function-search-for-symbol): Strip extension from .emacs.el toChong Yidong2008-03-311-2/+6
| | | | | | | | make sure symbol is searched in .emacs too.
| * (defadvice): Add usage pattern.Richard M. Stallman2008-03-131-1/+4
| |
| * (parens-require-spaces): Doc fix.Chong Yidong2008-03-051-1/+2
| | | | | | | | Reported by Drew Adams <drew.adams@oracle.com>.
* | (autoload-ensure-default-file): Provide a feature.Glenn Morris2008-04-051-13/+16
| |
* | * outline.el (outline-mode-menu-bar-map):Dan Nicolaescu2008-04-041-1/+31
| | | | | | | | | | | | | | | | | | | | * term.el (terminal-signal-menu): Add :help. * net/eudc.el (eudc-mode-map): Declare and define in one step. (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help. * emacs-lisp/re-builder.el (reb-mode-map): * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
* | Regenerate.Juanma Barranquero2008-04-041-1/+1
| |
* | (defsetf): Accept a lambda for the 2-arg form.Stefan Monnier2008-04-031-1/+1
| |
* | (timer): Define as a defstruct, so we can name the fields, to make theStefan Monnier2008-04-031-118/+94
| | | | | | | | | | | | | | | | | | | | | | code clearer. Rewrite all `aset' and `aref' using the defined accessors. (timer--time): New pseudo-field. (timer-set-time, timer-set-idle-time, timer-inc-time) (timer-set-time-with-usecs, with-timeout-suspend): Use it. (timer--time-less-p): New function. (timer--activate): New function, extracted from timer-activate. (timer-activate-when-idle, timer-activate): Use it. (cancel-function-timers): Use dolist.
* | Regenerate.Juanma Barranquero2008-04-031-1/+1
| |
* | * emacs-lisp/debug.el (debugger-mode-map):Dan Nicolaescu2008-04-021-1/+45
| | | | | | | | | | | | * textmodes/conf-mode.el (conf-mode-map): Add a menu. (conf-align-assignments): Only work on the region if it is active. (conf-quote-normal): Use when instead of if. Remove redundant test.
* | (emacs-lisp-mode-map): Add menu entriesDan Nicolaescu2008-04-021-1/+19
| | | | | | | | for tracing and re-builder.
* | (frame-parameter) <defsetf>: Make it return the assigned value.Johan Bockgård2008-04-011-1/+1
| |
* | (byte-compile-warnings-safe-p): Use `byte-compile-warning-types'.Juanma Barranquero2008-03-311-5/+2
| | | | | | | | Add docstring.
* | (emacs-lisp-mode-map): Fix predicate.Dan Nicolaescu2008-03-271-1/+1
| |
* | (lm-with-file): Use mode and syntax table for Emacs Lisp, not Lisp.Johan Bockgård2008-03-261-4/+5
| |
* | (byte-compile-obsolete): If no replacement is provided,Juanma Barranquero2008-03-261-4/+6
| | | | | | | | don't print "use nil instead".
* | (side-effect-free-fns): Fix typo.Juanma Barranquero2008-03-251-1/+1
| |
* | (reb-mode-common): Remove reference to bogus variable `reb-kill-buffer';Juanma Barranquero2008-03-251-68/+81
| | | | | | | | | | | | | | | | | | | | | | | | don't make hooks buffer-local, use the LOCAL arg of `add-hook'. (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit): Remove spurious * from defcustom docstrings. (reb-next-match, reb-prev-match, reb-enter-subexp-mode): Fix typos in messages. (reb-mode-buffer-p): New function. (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'. (top, reb-show-subexp, reb-auto-update, reb-auto-update, reb-delete-overlays, reb-cook-regexp, reb-update-regexp, reb-update-overlays): Use `unless', `when'. (re-builder-unload-function): New function.
* | (emacs-lisp-mode-map): Add ... whereDan Nicolaescu2008-03-221-5/+5
| | | | | | | | appropriate.
* | (lisp-complete-symbol):Juri Linkov2008-03-221-1/+3
| | | | | | | | | | Use `minibuffer-message' to display message "No completions of %s" when this command is called in the minibuffer.
* | (emacs-lisp-mode-map): Add menu entry for disassemble.Dan Nicolaescu2008-03-211-0/+3
| |
* | (emacs-lisp-mode-map): Add menu entries for eldoc and ielm.Dan Nicolaescu2008-03-171-3/+10
| |
* | Fix typos.Dan Nicolaescu2008-03-161-2/+2
| |
* | * faces.el (xw-defined-colors):Dan Nicolaescu2008-03-142-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simple.el (widget-convert, shell-mode): Declare as functions instead of autoloading. * abbrev.el: * button.el: * cus-face.el: * ediff-hook.el: * emacs-lisp/backquote.el: * emacs-lisp/timer.el: * facemenu.el: * faces.el: * menu-bar.el: * simple.el: * subr.el: * textmodes/fill.el: * textmodes/paragraphs.el: Remove autoloads, redundant when the files are preloaded.