aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimize tail recursive calls while byte compiling.feature/byte-tail-recursionVibhav Pant2017-02-242-8/+112
* Use cl-print for Edebug and EIEIOStefan Monnier2017-02-233-66/+49
* Fix left over uses of `call-next-method'Stefan Monnier2017-02-232-12/+13
* * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-232-5/+209
* Make calc's least common multiple positive (bug#25255)Peder O. Klingenberg2017-02-231-1/+1
* Support read syntax for circular objects in Edebug (Bug#23660)Gemini Lasswell2017-02-231-12/+48
* Add Conference to the list of valid bibtex entry typesLixin Chin2017-02-231-1/+15
* * lisp/comint.el (comint-password-prompt-regexp): Add SUDO. (Bug#24817)Glenn Morris2017-02-231-1/+1
* Small dunnet score file improvementsGlenn Morris2017-02-231-6/+11
* * lisp/play/dunnet.el (dun-help): Doc fix.Glenn Morris2017-02-231-1/+1
* Declare dun-line and dun-line-listMark Oteiza2017-02-231-24/+27
* Use revision-completion-table in vc-retrieve-tagDmitry Gutov2017-02-221-11/+15
* * lisp/emacs-lisp/cl-generic.el (cl--generic-typeof-types): Add `atom'Stefan Monnier2017-02-211-15/+22
* Find macro binding for symbol-bound macros too (Bug#6848)Noam Postavsky2017-02-211-2/+3
* * lisp/emacs-lisp/cl-generic.el (cl-defgeneric): Fix last changeStefan Monnier2017-02-211-1/+1
* * lisp/isearch.el (lazy-highlight-max-at-a-time): Doc fix (bug#21092).Juri Linkov2017-02-221-1/+1
* * lisp/isearch.el (isearch-lazy-highlight): New choice ‘all-windows’.Juri Linkov2017-02-222-4/+13
* Avoid flicker in lazy-highlight by doing all updates without redisplay.Juri Linkov2017-02-221-11/+17
* ; * lisp/custom.el: Comments.Glenn Morris2017-02-211-2/+9
* * lisp/emacs-lisp/autoload.el (make-autoload): Support cl-defgenericStefan Monnier2017-02-212-5/+2
* * lisp/emacs-lisp/cl-preloaded.el (cl-struct-define): Fix duplicationStefan Monnier2017-02-211-1/+14
* Tweak recent custom-reevaluate-setting changeGlenn Morris2017-02-211-11/+7
* Ensure delayed-init custom variables get marked specialGlenn Morris2017-02-201-3/+11
* ; Add a new TODO itemGlenn Morris2017-02-201-1/+1
* Turn on lexical-binding in dunnet.elMark Oteiza2017-02-201-2/+2
* Make dunnet insertion functions n-aryMark Oteiza2017-02-201-66/+44
* message-goto-body-1: Fix regexp so as not to match multi-lineKatsumi Yamaoka2017-02-211-1/+1
* Simplify cl-get using `plist-member'Noam Postavsky2017-02-201-20/+8
* Do not use switch-to-buffer for working in a temp bufferMark Oteiza2017-02-201-106/+83
* Make dun-room-shorts a defconstMark Oteiza2017-02-201-24/+11
* mm-decode.el: Simplify regexp used to search html meta tagKatsumi Yamaoka2017-02-201-14/+11
* mm-shr: Ignore coding-system `ascii'Katsumi Yamaoka2017-02-201-2/+3
* vc-log-outgoing fixes for git; add binding to vc-dirTom Tromey2017-02-193-7/+8
* Remove stale comments from vc-git and vc-hgTom Tromey2017-02-192-5/+2
* Remove member cloneMark Oteiza2017-02-191-11/+1
* Prefix global varMark Oteiza2017-02-191-12/+13
* Replace nested ifs with condMark Oteiza2017-02-191-300/+252
* Rework connection local variablesMichael Albinus2017-02-193-80/+101
* ; Fix previous changeMark Oteiza2017-02-191-1/+2
* Set up combination and random item locationMark Oteiza2017-02-191-6/+5
* Replace movement variables with an alist and accessorMark Oteiza2017-02-191-28/+38
* Change top-level setq forms to defvar or defconstMark Oteiza2017-02-191-397/+349
* Move all dunnet globals up to the topMark Oteiza2017-02-191-1122/+1127
* Fix bug#25788Michael Albinus2017-02-191-4/+7
* More json.el changesMark Oteiza2017-02-181-10/+10
* Fix edebug-spec on c-lang-defvar.Alan Mackenzie2017-02-181-5/+3
* Lists used as plists now have to be an even lengthLars Ingebrigtsen2017-02-181-5/+6
* Unset `non-essential' in Tramp when not needed anymoreMichael Albinus2017-02-183-7/+10
* Set the syntax table in AWK Mode.Alan Mackenzie2017-02-181-0/+1
* Fix Turkish language environment setupGöktuğ Kayaalp2017-02-181-1/+1