summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-122-0/+4
* * emacs-lisp/map-ynp.el (map-y-or-n-p): Add support for other-window-scroll.Stefan Monnier2008-06-111-23/+33
* * window.c (Vwindow_point_insertion_type): New var.Stefan Monnier2008-06-101-1/+2
* (autoload-rubric): Fix coding cookie not to force Unix EOL.Juanma Barranquero2008-06-101-1/+1
* (autoload-rubric): Add coding cookie.Glenn Morris2008-06-101-0/+1
* (byte-compile-current-group): New var.Stefan Monnier2008-06-081-7/+18
* Commentary fixes.Glenn Morris2008-06-071-5/+4
* (trace-entry-message, trace-exit-message): Use print-circle.Stefan Monnier2008-06-051-10/+11
* (autoload-rubric): New function, extracted from autoload-ensure-default-file.Glenn Morris2008-06-051-16/+20
* Trent W. Buck <trentbuck at gmail.com> (tiny change)Glenn Morris2008-06-041-6/+0
* (checkdoc-this-string-valid-engine):Stefan Monnier2008-05-301-18/+21
* (easy-menu-convert-item, easy-menu-convert-item-1):Stefan Monnier2008-05-281-17/+19
* (edebug-setup-hook, edebug-all-defs, edebug-all-forms, edebug-eval-macro-args,Juanma Barranquero2008-05-241-44/+45
* (regexp-opt): Always return a properly-grouped regexp.Stefan Monnier2008-05-231-1/+1
* (destructuring-bind): Fix spec.Stefan Monnier2008-05-191-1/+1
* (cl-set-nthcdr): Make it a defsubst so thatStefan Monnier2008-05-121-1/+1
* Note that vc.el now uses this.Eric S. Raymond2008-05-091-1/+1
* (autoload-generate-file-autoloads): Don't use `iff' in docstring.Juanma Barranquero2008-05-081-1/+1
* (ad-special-form-p): Don't use `iff' in docstring.Juanma Barranquero2008-05-081-1/+1
* Regenerate.Glenn Morris2008-05-071-17/+10
* (ignore-errors): Move to subr.el.Glenn Morris2008-05-071-7/+0
* Update autoloads.Juanma Barranquero2008-05-061-3/+3
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0664-386/+261
* (lisp-mode-map): Add menu.Dan Nicolaescu2008-04-301-1/+12
* (check-declare-errmsg): Fix counting in the `full' case.Glenn Morris2008-04-291-1/+1
* (byte-compile-file): Doc fix.Glenn Morris2008-04-271-1/+1
* Johan Bockg� <bojohan at gnu.org>Glenn Morris2008-04-271-9/+3
* (byte-compile-warn-obsolete): New function.Glenn Morris2008-04-261-23/+23
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2008-04-261-21/+48
* Tom Tromey <tromey at redhat.com>Glenn Morris2008-04-241-2/+14
* (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
|\
| * (autoload-generate-file-autoloads):Stefan Monnier2008-04-111-0/+1
* | (copyright-at-end-flag): New option.Glenn Morris2008-04-221-13/+42
* | * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.Stefan Monnier2008-04-191-17/+3
* | * files.el (locate-file-completion-table): Rename fromStefan Monnier2008-04-191-4/+8
* | (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
* | 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
* | (regexp-opt-group): Use substring-no-properties for correct handlingChong Yidong2008-04-091-1/+1
* | Regenerate.Juanma Barranquero2008-04-081-1/+1
* | (get-setf-method): Use `string-match-p'.Juanma Barranquero2008-04-081-2/+1