summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Doc fixes related to lisp-indent-function (bug#9484)Glenn Morris2011-09-122-11/+18
* * lisp/emacs-lisp/find-func.el (find-function-C-source): Only setStefan Monnier2011-09-061-7/+8
* Fix package menu bug in marking obsolete packages for deletion.Chong Yidong2011-08-281-1/+1
* * package.el (package-install): Call package-initialize if called interactively.Chong Yidong2011-08-261-10/+16
* Fix bug #9324 with unwarranted repositioning of point.Eli Zaretskii2011-08-261-1/+1
* Fix format bug in defstructLeo Liu2011-08-261-6/+4
* * lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix.Glenn Morris2011-08-241-2/+2
* * lisp/emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):Stefan Monnier2011-08-231-8/+108
* * lisp/emacs-lisp/debug.el (debug-arglist): New function.Stefan Monnier2011-08-221-13/+21
* Improve Edebug error for attempting to instrument built-in functions.Chong Yidong2011-08-212-2/+8
* Add L and R categories to standard category table, and use them.Chong Yidong2011-08-181-1/+1
* New function `string-mark-left-to-right' for handling LRMs.Chong Yidong2011-08-101-1/+3
* * lisp/emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):Stefan Monnier2011-08-052-6/+34
* Auto-commit of loaddefs files.Glenn Morris2011-08-031-1/+2
* dolist doc fix.Lars Magne Ingebrigtsen2011-08-021-0/+1
* * lisp/emacs-lisp/package.el (package-generate-autoloads): Load autoloadsStefan Monnier2011-08-011-1/+1
* Auto-commit of loaddefs files.Glenn Morris2011-07-171-1/+1
* Silence byte-compiler warning with :read-only defstruct slotsLawrence Mitchell2011-07-161-2/+4
* Add a variable to customize the gnutls priorityLars Magne Ingebrigtsen2011-07-151-3/+4
* * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.Lars Magne Ingebrigtsen2011-07-151-1/+2
* * emacs-lisp/cl-macs.el (declare): Doc string fix-up.Lars Magne Ingebrigtsen2011-07-151-2/+2
* Minor grammer fixes for syntax.el.Lars Magne Ingebrigtsen2011-07-152-3/+8
* * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).Lars Magne Ingebrigtsen2011-07-151-0/+6
* * lisp/emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)Glenn Morris2011-07-141-1/+1
* Fix typos.Juanma Barranquero2011-07-141-1/+1
* Add FORCE-SAME-WINDOW argument to switch-to-buffer.Chong Yidong2011-07-131-1/+1
* * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentationLars Magne Ingebrigtsen2011-07-061-19/+19
* * lisp/emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):Stefan Monnier2011-07-052-2/+4
* * lisp/files.el (find-file): Use pop-to-buffer-same-window.Stefan Monnier2011-07-041-1/+1
* * emacs-lisp/timer.el (timer--time-less-p): Use time-less-p.Paul Eggert2011-07-031-8/+1
* * emacs-lisp/timer.el (timer-until): Use time-subtract and float-time.Paul Eggert2011-07-031-4/+1
* * lisp/emacs-lisp/derived.el (define-derived-mode): Make abbrev-tableStefan Monnier2011-07-011-2/+5
* Merge from trunk.Paul Eggert2011-06-301-1/+20
|\
| * * lisp/emacs-lisp/find-func.el (find-library--load-name): New fun.Stefan Monnier2011-06-301-1/+20
* | * emacs-lisp/timer.el (timer-relative-time): Use time-add.Paul Eggert2011-06-301-21/+6
* | * emacs-lisp/elp.el (elp-elapsed-time): Use float-time.Paul Eggert2011-06-301-4/+2
* | * emacs-lisp/benchmark.el (benchmark-elapse): Use float-time.Paul Eggert2011-06-301-3/+2
|/
* * 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