summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): Unnest `let'.Deniz Dogan2011-06-281-40/+40
* * lisp/emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.Andreas Schwab2011-06-261-2/+2
* Simplify unloading functions after 2011-06-25T17:42:18Z!lekktu@gmail.com.Juanma Barranquero2011-06-251-2/+1
* * lisp/emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable errorStefan Monnier2011-06-231-2/+6
* * lisp/emacs-lisp/bytecomp.el (add-to-list): Add handler to check theStefan Monnier2011-06-201-0/+19
* * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.Daniel Colascione2011-06-191-2/+3
* Add rx.el support for numbered groups (Bug#8776).Chong Yidong2011-06-181-0/+17
* * lisp/emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.Stefan Monnier2011-06-151-4/+5
* * src/eval.c (Fdefvaralias): Also mark the target as variable-special-p.Stefan Monnier2011-06-151-0/+20
* * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.Daniel Colascione2011-06-111-1/+1
* Doc fixes for timer.el (Bug#8793).Chong Yidong2011-06-041-20/+20
* Auto-commit of loaddefs files.Glenn Morris2011-06-021-1/+1
* Silence various byte-compiler warnings.Stefan Monnier2011-06-013-24/+24
* Miscellaneous tweaks.Stefan Monnier2011-06-015-32/+52
* * lisp/emacs-lisp/debug.el (debug): Save&restore not just the buffer'sStefan Monnier2011-05-311-6/+15
* * debug.el (debug): Restore the previous content of theHelmut Eller2011-05-311-0/+3
* * bytecomp.el (byte-compile-defvar): Add note about quoted lambda.Stefan Monnier2011-05-301-0/+2
* * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).Chong Yidong2011-05-281-2/+7
* * lisp/emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add newToby Cubitt2011-05-271-51/+253
* * lisp/emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename fromToby Cubitt2011-05-271-220/+216
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-235-14/+13
* * lisp/emacs-lisp/lisp.el (up-list): Fix forward movement.Stefan Monnier2011-05-231-6/+6
* * lisp/emacs-lisp/advice.el (ad-read-advised-function):Kevin Ryde2011-05-231-2/+13
* * lisp/emacs-lisp/bytecomp.el (byte-compile-function-form): Only callStefan Monnier2011-05-221-3/+3
* * lisp/emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):Stefan Monnier2011-05-221-9/+8
* * lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' forStefan Monnier2011-05-222-3/+11
* * lisp/emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):Stefan Monnier2011-05-201-1/+1
* Remove the SOME_MACHINE_LISP distinction in src/Makefile.in.Glenn Morris2011-05-181-45/+14
* * lisp/emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.cGlenn Morris2011-05-171-1/+1
* * lisp/emacs-lisp/eieio.el (defmethod): Fix quoting of code.Stefan Monnier2011-05-161-1/+1
* Common Lisp indentation improvements on defmethod and lambda-lists.Didier Verna2011-05-131-35/+146
* Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris2011-05-121-3/+3
|\
| * * lisp/emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):Stefan Monnier2011-05-091-2/+3
| * Backport 2011-03-01T03:59:31Z!lekktu@gmail.com from trunk.Juanma Barranquero2011-03-112-3/+3
* | bytecomp.el fix for bug#8647Glenn Morris2011-05-111-1/+5
* | Revert accidental portion of previous bytecomp.el commit.Glenn Morris2011-05-111-2/+1
* | bytecomp.el partial fix for bug#8646.Glenn Morris2011-05-111-1/+9
* | * lisp/emacs-lisp/eieio.el (defmethod): Fix typo in last change.Stefan Monnier2011-05-071-2/+2
* | Make bytecomp.el understand that defmethod defines functions.Stefan Monnier2011-05-072-32/+44
* | Small check-declare fix.Glenn Morris2011-05-041-4/+6
* | Fix earlier half-done eieio-defmethod change.Stefan Monnier2011-05-051-80/+44
* | lisp/emacs-lisp/warnings.el: Tiny fixes.Juanma Barranquero2011-05-051-53/+53
* | Make autoloading commands prompt for autoload file (Bug#7989)Chong Yidong2011-05-041-29/+48
* | * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).Chong Yidong2011-05-031-4/+12
* | Restore ability to show a restricted list of packages in Package Menu.Chong Yidong2011-04-241-21/+37
* | Doc fixes for package.el.Chong Yidong2011-04-211-26/+34
* | * lisp/emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,Stefan Monnier2011-04-201-5/+4
* | Allow glyphless-char-display to distinguish between X and text terminals.Chong Yidong2011-04-181-1/+12
* | * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.Stefan Monnier2011-04-151-1/+1
* | * lisp/emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)Stefan Monnier2011-04-151-6/+5