summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* 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'fix/bug-21072Noam 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
* | Don't duplicate autoload code in package.elGlenn Morris2017-05-092-27/+23
* | Remove obsolete method of changing byte-compile-dest-fileGlenn Morris2017-05-061-14/+9
* | Write autoloads file atomicallyGlenn Morris2017-05-061-4/+18
* | Write autoloads file once onlyGlenn Morris2017-05-061-26/+13
* | Fontify the doc-string in some CL forms as suchGlenn Morris2017-05-041-0/+3
* | * lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie.Glenn Morris2017-05-041-1/+0
* | cl-defmethod: Make the edebug spec more technically correctDmitry Gutov2017-05-051-2/+3
* | Inherit incompatible/obsolete package faces from errorTino Calancha2017-05-041-1/+1
* | * lisp/emacs-lisp/seq.el: Bump seq version.Nicolas Petton2017-05-041-1/+1
* | Add seq-set-equal-p to test for set equalityDamien Cassou2017-05-041-0/+6
* | Fix Edebug specs for 'cl-defmethod' and 'defmethod'Gemini Lasswell2017-05-022-5/+6
* | Warn about missing backslashes during loadPhilipp Stephani2017-05-011-0/+7
* | Don't require bytecomp for running ert testsNoam Postavsky2017-04-221-2/+2
* | Add new `lisp-indent-region' that doesn't reparse the code.Noam Postavsky2017-04-221-4/+44
* | Remove ignored argument from lisp-indent-lineNoam Postavsky2017-04-221-13/+7
* | * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Clean up marker.Noam Postavsky2017-04-221-7/+9
* | Don't reparse the sexp in indent-sexp (Bug#25122)Noam Postavsky2017-04-221-37/+39
* | b-c--cond-jump-table-info: Use correct body for singleton clausesVibhav Pant2017-04-221-2/+2