summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* | (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.
* | (emacs-lisp-mode-map): Add menu entriesDan Nicolaescu2008-03-141-1/+30
| | | | | | | | for checkdoc and profiling.
* | (lisp-interaction-mode-map): Fix typo.Dan Nicolaescu2008-03-111-1/+1
| |
* | (autoload-find-destination): Don't force raw-text.Stefan Monnier2008-03-101-6/+6
| |
* | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Bugfix: replacedBastien Guerry2008-03-061-3/+3
| | | | | | | | | | :enable (mark-active) with :enable mark-active. Thanks to Lennart Borgman.
* | (parens-require-spaces): Doc fix.Chong Yidong2008-03-051-1/+2
| | | | | | | | Reported by Drew Adams <drew.adams@oracle.com>.
* | * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.Dan Nicolaescu2008-03-051-35/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (standard-mode-line-position): Add mouse-face. * progmodes/compile.el (compilation-menu-map): (compilation-mode-map): * progmodes/grep.el (grep-mode-map): Add :help. * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and initialize in one step. Add :help. Use :enable to activate menu items. Show the key binding for edebug-defun. (lisp-interaction-mode-map): Add a menu. * term.el (term-mode-map): Define and initialize in one step. * ediff-init.el (ediff-color-display-p): Simplify. (Xor): Remove unused function. (ediff-with-syntax-table): Simplify for emacs. * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the menu-bar being loaded, it always is.
* | (byte-compile-trueconstp, byte-compile-nilconstp): No recursion in defsubst.Stefan Monnier2008-03-031-2/+10
| |
* | (byte-compile-maybe-guarded):Stefan Monnier2008-03-031-17/+1
| | | | | | | | Remove optimization that was working around the form-code-walker bug.
* | (byte-optimize-form-code-walker):Stefan Monnier2008-03-031-1/+3
| | | | | | | | Walk into the body of lambdas after byte-compile-unfold-lambda.
* | This is Dan's patch fromGlenn Morris2008-03-011-98/+113
| | | | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00134.html changed to use a common `bytecomp' prefix. (byte-recompile-directory, byte-compile-file, batch-byte-compile) (batch-byte-compile-file): Give a `bytecomp-' prefix to local variables with common names.
* | (byte-compile-maybe-guarded): Restore code commented out 2007-11-10.Glenn Morris2008-03-011-4/+10
| |
* | (make-obsolete): Doc fix.Glenn Morris2008-02-281-1/+2
| |
* | Merge from emacs--rel--22Miles Bader2008-02-243-4/+4
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * *** empty log message ***Juanma Barranquero2008-02-051-1/+1
| |
| * *** empty log message ***Juanma Barranquero2008-02-051-1/+1
| |
| * Comment changes.Richard M. Stallman2008-02-041-2/+2
| |
* | (copyright-update-year): Fix subexpression numbering for the case whenGlenn Morris2008-02-221-3/+7
| | | | | | | | years are split over lines, and for the replace case.
* | (byte-compile-lapcode): UseKenichi Handa2008-02-121-1/+1
| | | | | | | | unibyte-string instead of string-make-unibyte.
* | Merge from emacs--devo--0Miles Bader2008-01-312-5/+6
|\ \ | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-328
| * | Update.Juanma Barranquero2008-01-301-1/+1
| | |
| * | (check-declare-directory): Use `find-program' andJuanma Barranquero2008-01-301-3/+4
| | | | | | | | | | | | `grep-program' instead of hardcoded program names.
| * | (authors): Use `find-program' and `grep-program'Juanma Barranquero2008-01-301-2/+2
| | | | | | | | | | | | instead of hardcoded program names.
* | | Fix merge mistakeMiles Bader2008-01-301-1/+1
| | | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-325
* | | Merge from emacs--devo--0Miles Bader2008-01-306-92/+124
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
| * | (find-function-search-for-symbol): Strip extensionMartin Rudalics2008-01-291-2/+6
| | | | | | | | | | | | from .emacs.el to make sure symbol is searched in .emacs too.
| * | Trivial change.Richard M. Stallman2008-01-251-5/+6
| | |
| * | (find-library): Wrap search for library name in condition-caseMartin Rudalics2008-01-251-5/+11
| | | | | | | | | | | | to avoid reporting a scan-error.
| * | (easy-menu-avoid-duplicate-keys): New var.Stefan Monnier2008-01-151-22/+43
| | | | | | | | | | | | | | | (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid using the same key for different menu entries.
| * | Regenerate.Glenn Morris2008-01-121-57/+57
| | |
| * | Add 2008 to copyright years.Glenn Morris2008-01-092-2/+2
| | |
* | | Merge from emacs--devo--0Miles Bader2008-01-0962-113/+112
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * | Merge from emacs--rel--22Miles Bader2008-01-0861-61/+61
| |\| | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-0763-63/+63
| | |
| * | * mouse.el (mouse-popup-menubar): Fix typo.Dan Nicolaescu2008-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more form inside with-current-buffer. * progmodes/antlr-mode.el (provide): Move to the end of file. (require): Don't require font-lock and compile. (outline-level, imenu-use-markers, imenu-create-index-function): Move declarations to top level. (cond-emacs-xemacs-macfn): Declare for compiler. * vc-bzr.el (vc-bzr-root): * vc-arch.el (vc-arch-root): Only set a property if the file is managed by this backend. * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
| * | * erc-ibuffer.el (erc-channel-modes):Stefan Monnier2008-01-041-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bs.el (bs--sort-by-mode, bs--get-mode-name): * imenu.el (imenu-add-to-menubar): * makesum.el (make-command-summary): * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu): * msb.el (msb--mode-menu-cond): * calc/calc-embed.el (calc-do-embedded): * emacs-lisp/helper.el (Helper-describe-mode): * mail/emacsbug.el (report-emacs-bug): * progmodes/hideshow.el (hs-grok-mode-type): * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function): * textmodes/table.el (*table--cell-describe-mode): Pass mode-name through format-mode-line.
| * | (byte-compile-from-buffer): Call byte-compile-warn-about-unresolved-functionsRichard M. Stallman2008-01-041-83/+83
| | | | | | | | | | | | | | | outside the with-current-buffer. (byte-compile-insert-header): Use with-current-buffer.
* | | Update.Andreas Schwab2008-01-031-1/+1
| | |