summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/ert.el (ert-run-tests): Make INTERACTIVE arg optional.Noam Postavsky2017-03-281-1/+1
* Fix obsolete ‘test/automated’ referencesPaul Eggert2017-03-273-4/+2
* * lisp/emacs-lisp/pcase.el (pcase): Comment debug message (Bug#26177).Paul Pogonyshev2017-03-251-2/+2
* Stop edebug getting stuck on backquote (Bug#23651)Jens Uwe Schmidt2017-03-251-2/+2
* Make it easier to abort a series of tests with C-gHelmut Eller2017-03-241-9/+13
* * lisp/emacs-lisp/lisp-mode.el: Don't highlight \( at BOLStefan Monnier2017-03-241-11/+19
* * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Fix null endpos caseGraham Dobbins2017-03-211-1/+4
* Merge from origin/emacs-25Paul Eggert2017-03-192-2/+3
|\
| * Document variable `byte-compile-debug'Philipp Stephani2017-01-311-1/+2
| * Fix call to debugger on assertion failureNoam Postavsky2017-01-301-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-03-191-7/+8
|\ \ | |/
| * Clarify that easy-menu-add is a nop (Bug#25382)Noam Postavsky2017-01-121-7/+8
| * ; Auto-commit of loaddefs files.Glenn Morris2017-01-042-3/+3
* | Fix bug in generator function with pcase (Bug#26068)Paul Pogonyshev2017-03-191-4/+4
* | Remove unused vars in cl-extra.el and tramp.el.Stefan Monnier2017-03-181-8/+6
* | Improve describe-symbol's layout of slots when describing typesStefan Monnier2017-03-181-1/+50
* | * lisp/emacs-lisp/cl-print.el (cl-print-compiled): New variableStefan Monnier2017-03-121-2/+36
* | Fix indent-sexp when called from inside a string (Bug#21343)Noam Postavsky2017-03-121-4/+8
* | * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Simplify.Noam Postavsky2017-03-121-96/+72
* | Use switch on pseudovector types; plus cleanups along the wayStefan Monnier2017-03-121-1/+2
* | Improve last changeStefan Monnier2017-03-111-7/+11
* | Highlight useless backslashes in Elisp stringsStefan Monnier2017-03-111-0/+9
* | Byte compile cond clauses without any bodies correctly.Vibhav Pant2017-03-101-1/+3
* | * lisp/emacs-lisp/cl-print.el (cl-print-object): Use #f(..) for functions.Stefan Monnier2017-03-071-4/+5
* | Revert "Replace ldefs-boot with a much smaller file"Phillip Lord2017-03-071-1/+1
* | ; Spelling fixesPaul Eggert2017-03-051-1/+1
* | Use lexical binding in benchmark.elTino Calancha2017-03-031-4/+2
* | Switch pp.el to lexical bindingNoam Postavsky2017-03-021-33/+18
* | Fix completing-read call in reb-change-syntaxChunyang Xu2017-03-021-4/+4
* | Ert commands to error if no test at point (bug#25931)Glenn Morris2017-03-021-23/+34
* | Prevent for consing in cl-mapc and cl-maplTino Calancha2017-02-272-14/+29
* | Don't call package--ensure-init-file if initialized during startupNoam Postavsky2017-02-261-7/+7
* | Use cl-print for Edebug and EIEIOStefan Monnier2017-02-233-66/+49
* | * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-232-5/+209
* | Support read syntax for circular objects in Edebug (Bug#23660)Gemini Lasswell2017-02-231-12/+48
* | * lisp/emacs-lisp/cl-generic.el (cl--generic-typeof-types): Add `atom'Stefan Monnier2017-02-211-15/+22
* | * lisp/emacs-lisp/cl-generic.el (cl-defgeneric): Fix last changeStefan Monnier2017-02-211-1/+1
* | * 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
* | Simplify cl-get using `plist-member'Noam Postavsky2017-02-201-20/+8
* | Turn on lexical-binding in elint.elMark Oteiza2017-02-171-9/+7
* | * lisp/emacs-lisp/subr-x.el (if-let*): Fix Edebug spec (Bug#24748)Gemini Lasswell2017-02-171-1/+2
* | ; Spelling, punctuation and minor wording fixesPaul Eggert2017-02-162-4/+4
* | bytecomp.el: Avoid unnecessary calculation for jump table addresses.Vibhav Pant2017-02-161-2/+7
* | Don't expand body inside a let-binding when there are no bindingsMark Oteiza2017-02-151-2/+4
* | byte-opt: Replace merged tags in jump tables too. (bug#25716)Vibhav Pant2017-02-141-1/+11
* | Merge branch 'master' into feature/byte-switchfeature/byte-switchVibhav Pant2017-02-134-11/+11
|\ \
| * | Nix some useless uses of looking-at, looking-backMark Oteiza2017-02-124-11/+11
* | | ; Add more documentation for byte-switch related code.Vibhav Pant2017-02-132-3/+13
* | | ; lisp/emacs-lisp/bytecomp.el: Fix indentation.Vibhav Pant2017-02-121-1/+1