summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-01-2663-74/+75
|\
| * Make byte compiler correctly write circular constantsMiles Bader2007-01-241-1/+3
| * Add 2007 to copyright years.Glenn Morris2007-01-2163-63/+63
| * (last-sexp-toggle-display): Fixed cursor position when toggle abbreviatedEli Zaretskii2007-01-201-0/+2
| * (pp-eval-expression): Once again eval the argument, but read it as `X' does.Richard M. Stallman2007-01-101-10/+7
* | Merge from emacs--devo--0Miles Bader2007-01-016-75/+99
|\ \ | |/
| * (define-global-minor-mode): Doc fix.Richard M. Stallman2006-12-301-1/+1
| * (bindat--unpack-group, bindat--length-group)Kim F. Storm2006-12-291-6/+6
| * (authors-aliases): Anchor FSF alias regexp,Kim F. Storm2006-12-271-1/+3
| * easy-menu-change patchVinicius Jose Latorre2006-12-261-2/+6
| * (syntax-ppss-flush-cache, syntax-ppss): Use syntax-ppss-toplevel-pos.Stefan Monnier2006-12-181-19/+16
| * (syntax-ppss-toplevel-pos): Improve docstring.Stefan Monnier2006-12-181-4/+6
| * (beginning-of-defun-raw): Optimise (for speed) the case whenChong Yidong2006-12-171-42/+61
* | Merge from emacs--devo--0Miles Bader2006-12-1636-40/+54
|\ \ | |/
| * (syntax-ppss-toplevel-pos): New fun.Stefan Monnier2006-12-121-0/+8
| * (defstruct): Suppress warnings about calls to cl-struct-setf-expander.Richard M. Stallman2006-12-111-4/+9
| * (find-variable): Doc fix.Eli Zaretskii2006-12-091-1/+1
| * Update copyright years.Glenn Morris2006-12-0734-35/+36
* | Merge from emacs--devo--0Miles Bader2006-12-074-13/+19
|\ \ | |/
| * (byte-optimize, byte-compile-warnings): Doc fixes.Juanma Barranquero2006-11-301-6/+7
| * (easy-mmode-define-navigation): Fix interactive spec of the functionsChong Yidong2006-11-281-2/+2
| * (authors-aliases): Add new alias.Glenn Morris2006-11-281-0/+1
| * (byte-compile-get-constant):Richard M. Stallman2006-11-281-2/+6
| * (find-library-name): Don't strip ".el" from library name (reverts changeRomain Francoise2006-11-211-3/+3
* | Merge from emacs--devo--0Miles Bader2006-11-213-12/+55
|\ \ | |/
| * (regexp-opt): Doc fix.Juanma Barranquero2006-11-191-1/+1
| * (byte-compile-if): Revert last change.Chong Yidong2006-11-191-31/+24
| * (byte-compile-maybe-guarded): Check `and' conditions for function orChong Yidong2006-11-181-24/+31
| * (reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*Juanma Barranquero2006-11-121-0/+1
| * 2006-11-08 Alan Mackenzie <acm@muc.de>Alan Mackenzie2006-11-081-11/+53
* | Merge from emacs--devo--0Miles Bader2006-11-077-22/+22
|\ \ | |/
| * (authors-fixed-entries): Fix typo.Juanma Barranquero2006-11-061-1/+1
| * (custom-print-install, custom-print-uninstall, custom-format):Juanma Barranquero2006-11-061-3/+3
| * (x-kill-primary-selection, x-delete-primary-selection,Juanma Barranquero2006-11-061-3/+3
| * (list-load-path-shadows): Fix typo in docstring.Juanma Barranquero2006-11-061-7/+7
| * (find-function-noselect, find-function, find-variable-noselect, find-variable,Juanma Barranquero2006-11-031-6/+6
| * (checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings.Juanma Barranquero2006-11-031-1/+1
| * Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patchRamprasad B2006-11-031-1/+1
* | Merge from emacs--devo--0Miles Bader2006-10-303-15/+21
|\ \ | |/
| * * emacs-lisp/authors.el (authors-aliases): Update.Chong Yidong2006-10-281-0/+1
| * * emacs-lisp/cl-indent.el (lisp-indent-259): Fix last fix.Chong Yidong2006-10-271-1/+3
| * * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in theChong Yidong2006-10-261-8/+8
| * (pp-eval-expression): Use `X' to read value.Richard M. Stallman2006-10-181-7/+10
* | Merge from emacs--devo--0Miles Bader2006-10-152-6/+5
|\ \ | |/
| * (ad-remove-advice, ad-parse-arglist, ad-make-mapped-call):Juanma Barranquero2006-10-051-3/+3
| * (pushnew-internal): Remove defvar.Kim F. Storm2006-10-031-3/+2
* | Merge from emacs--devo--0Miles Bader2006-10-034-20/+8
|\ \ | |/
| * (find-function-regexp): Don't match "define-button-type".Stefan Monnier2006-10-021-1/+1
| * (timer-max-repeats): Doc fix.Richard M. Stallman2006-09-241-1/+5
| * (member*): Use memql instead of complex code.Kim F. Storm2006-09-201-15/+1