summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.Stefan Monnier2012-05-151-2/+3
* * lisp/emacs-lisp/smie.el (smie-indent--bolp-1): New function.Stefan Monnier2012-05-151-2/+24
* *** empty log message ***Stefan Monnier2012-05-131-2/+4
* Adapt Electric Buffer Menu to recent Buffer Menu changes.Chong Yidong2012-05-131-0/+9
* Move define-obsolete-variable-alias before the var's definition.Stefan Monnier2012-05-122-2/+3
* Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.comGlenn Morris2012-05-081-3/+6
|\
| * * emacs-lisp/package.el (package-built-in-p): Handle `emacs' package.Chong Yidong2012-05-061-2/+5
| * Fix package.el handling of local variables on first line.Chong Yidong2012-05-051-1/+1
* | * lisp/buff-menu.el (list-buffers--refresh): Mark `size' as right-align.Stefan Monnier2012-05-071-17/+43
* | Restore Buffer-menu-use-header-line functionality.Chong Yidong2012-05-071-10/+38
* | * lisp/buff-menu.el: Convert to Tabulated List mode.Chong Yidong2012-05-072-9/+4
* | * lisp/emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cellsChristopher Schmidt2012-05-061-1/+6
* | Improvements for Tabulated List mode.Chong Yidong2012-05-061-67/+178
* | * lisp/emacs-lisp/pcase.el (pcase--let*): New function.Stefan Monnier2012-05-041-25/+39
* | Add new error and function `user-error'.Stefan Monnier2012-05-042-26/+13
* | Fix minor Y10k bugs.Paul Eggert2012-05-031-4/+3
* | Convert more defvars to defcustoms.Chong Yidong2012-05-041-2/+4
* | * lisp/emacs-lisp/bytecomp.elStefan Monnier2012-05-021-13/+1
* | Merge changes from emacs-24 branchChong Yidong2012-04-271-2/+2
|\|
| * Comment fixGlenn Morris2012-04-201-2/+2
* | * emacs-lisp/assoc.el: Move to obsolete/.Stefan Monnier2012-04-261-140/+0
* | * lisp/emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue.Stefan Monnier2012-04-261-0/+1
* | Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier2012-04-263-22/+20
* | * lisp/vc/vc-mtn.el:Stefan Monnier2012-04-253-10/+18
* | Merge from emacs-24 branchChong Yidong2012-04-201-2/+2
|\|
| * * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.Chong Yidong2012-04-171-2/+2
* | Doc fixes for emacs-bzr-* facilities.Eli Zaretskii2012-04-201-3/+1
* | lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero2012-04-194-16/+12
* | Auto-commit of loaddefs files.Glenn Morris2012-04-171-1/+1
* | Merge from pending; try to fix-up suboptimal ses ChangeLog.Glenn Morris2012-04-161-0/+33
|\ \
| * \ Merge from trunkStefan Monnier2012-03-2575-839/+1256
| |\ \
| * | | * lisp/emacs-lisp/smie.el: Provide smarter auto-filling.Stefan Monnier2012-02-151-0/+33
* | | | * eieio-opt.el (describe-class, describe-generic): Autoload trivia.Glenn Morris2012-04-161-4/+2
* | | | Header comment trivial fixGlenn Morris2012-04-161-1/+1
* | | | * lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration.Glenn Morris2012-04-161-2/+1
* | | | Call imagemagick-register-types automatically.Chong Yidong2012-04-161-15/+12
* | | | Merge from emacs-24 branchChong Yidong2012-04-151-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Avoid the use of ((lambda ...) ...) in lexical-binding code.Stefan Monnier2012-04-141-1/+1
* | | | `narrow-to-defun' fixupLennart Borgman2012-04-111-1/+15
* | | | * lisp/emacs-lisp/autoload.el (autoload-make-program): Remove, unused.Stefan Monnier2012-04-101-3/+0
* | | | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-095-7/+7
* | | | Remove defining user variables via * in docstring.Chong Yidong2012-04-091-1/+1
|/ / /
* | | * emacs-lisp/authors.el (authors-aliases): Another addition.Glenn Morris2012-04-021-0/+1
* | | Edebug doc fixesGlenn Morris2012-03-311-2/+11
* | | * lisp/emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo.Stefan Monnier2012-03-271-3/+13
* | | * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow moreStefan Monnier2012-03-261-3/+4
| |/ |/|
* | Improve column width calculation in tabulated-list.el.Chong Yidong2012-03-201-5/+4
* | * lisp/emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.Leo Liu2012-03-171-1/+1
* | Fix ring extension code in ring.el, and tweak comint-input-ring handling.Chong Yidong2012-03-151-14/+19
* | Load a package's generated autoloads file before byte compiling it.Chong Yidong2012-03-121-8/+15