summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* alist-get: Add optional arg TESTFNTino Calancha2017-07-172-10/+17
* * lisp/emacs-lisp/bytecomp.el: Fix bug#14860.Stefan Monnier2017-07-141-28/+15
* * lisp/emacs-lisp/cl-lib.el (cl--random-time): Remove as wellStefan Monnier2017-07-141-5/+0
* Remove duplicate cl--random-state definitionPaul Eggert2017-07-141-3/+0
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-091-1/+1
* Fix lisp-comment-indent for single-semicolon caseNoam Postavsky2017-07-061-6/+8
* Don't put whitespace between open paren and comment in Lisp modes (Bug#19740)Noam Postavsky2017-07-051-3/+10
* * lisp/emacs-lisp/cl-print.el (cl-print-compiled-button): t by default.Noam Postavsky2017-07-022-4/+1
* Let test summary go through even if some logs were not generatedNoam Postavsky2017-07-011-1/+1
* * lisp/emacs-lisp/cl-extra.el (cl--random-state): New defstructStefan Monnier2017-06-301-15/+24
* * lisp/emacs-lisp/debug.el (debugger-list-functions): Remove obsolete msgStefan Monnier2017-06-301-3/+7
* Hide byte code in backtraces (Bug#6991)Noam Postavsky2017-06-291-8/+18
* Don't redundantly cl-print arglist in function docstring againNoam Postavsky2017-06-291-4/+5
* Improve ert backtrace recordingNoam Postavsky2017-06-292-120/+36
* Operate on frame list instead of printed backtraceNoam Postavsky2017-06-291-39/+51
* Adjust lm-verify to accept current noticesPaul Eggert2017-06-241-3/+4
* Don't change byte-compile-delete-errors at runtime (Bug#27340)Noam Postavsky2017-06-241-3/+7
* Don't put deleted packages in the trash (bug#14967)Glenn Morris2017-06-191-1/+1
* Fix wrong indentation after string literal (Bug#27306)Noam Postavsky2017-06-131-14/+13
* Buttonize #<bytecode> part of printed functions (Bug#25226)Noam Postavsky2017-06-121-4/+29
* Split variable macro env from function envNoam Postavsky2017-06-071-36/+28
* Enable ElDoc messages after the newline commandDmitry Gutov2017-06-061-1/+1
* Fix check for package-unsigned-archives during retrievalAndy Moreton2017-06-061-1/+1
* Implement field numbers in format stringsPhilipp Stephani2017-06-021-3/+8
* cl-print: handle circular objects when `print-circle' is nil (Bug#27117)Noam Postavsky2017-05-311-11/+24
* Extract eldoc--supported-pDmitry Gutov2017-05-311-2/+5
* Turn global-eldoc-mode into a globalized minor modeDmitry Gutov2017-05-301-20/+9
* Fix cl-indent for `loop' with :keywords (Bug#15543)Svante Carl v. Erichsen2017-05-271-1/+1
* Don't attempt to recover from undefined behavior in some casesPhilipp Stephani2017-05-272-0/+18
* * lisp/emacs-lisp/eieio.el (defclass): Fix quote in warning message.Noam Postavsky2017-05-261-1/+1
* Mark keywordp as a safe, error-free functionWilfred Hughes2017-05-261-1/+1
* Protect *Backtrace* from being killed (Bug#26650)Noam Postavsky2017-05-231-0/+3
* Give a name to lisp-mode's adaptive-fill-function (Bug#22730)Noam Postavsky2017-05-231-4/+8
* * lisp/emacs-lisp/cl-indent.el: Don't require CL. Use lexical-binding.Stefan Monnier2017-05-231-18/+16
* * lisp/emacs-lisp/package.el (package-delete): Delete readme file as well.Tino Calancha2017-05-211-4/+9
* Don't save unrelated buffers before recompiling directory (Bug#25964)Andreas Politz2017-05-201-1/+6
* New commands: find-library-other-window, find-library-other-frameCharles A. Roelli2017-05-201-35/+57
* * lisp/emacs-lisp/package.el: Quote `package-desc' in docstringsStefan Monnier2017-05-191-12/+12
* Add an optional arguments to string-trimJean-Christophe Helary2017-05-191-9/+15
* autoload-rubric no longer provides a feature by defaultGlenn Morris2017-05-171-14/+10
* Make sure indent-sexp stops at end of sexp (Bug#26878)Noam Postavsky2017-05-151-15/+18
* Make edebug-step-in work on generic methods (Bug#22294)Gemini Lasswell2017-05-143-15/+46
* Merge branch 'fix/bug-21072'Marcin Borkowski2017-05-141-38/+98
|\
| * Modify `beginning-of-defun-comments'Noam Postavsky2017-05-121-8/+16
| * * lisp/emacs-lisp/lisp.el (mark-defun): Simplify moving the point.Noam Postavsky2017-05-121-7/+3
| * Fix Bug#21072 and rework `mark-defun'Marcin Borkowski2017-05-121-38/+94
* | ; Revert "Adjust the edebug spec of if-let*"Mark Oteiza2017-05-131-2/+1
* | Make `old-style-backquotes' variable internalPhilipp2017-05-131-2/+2
* | Improve unescaped character literal warningsPhilipp Stephani2017-05-131-1/+1
* | Fix lisp-indent-region and indent-sexp (Bug#26619)Noam Postavsky2017-05-091-85/+91