summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/inline.el: Fix apply-conversion (bug#25280)Stefan Monnier2016-12-281-3/+3
* Define struct predicate before acccesorsNoam Postavsky2016-12-101-8/+8
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstringPhilipp Stephani2016-12-071-3/+4
* Don't assume window-point and point are the sameNoam Postavsky2016-12-061-1/+1
* Do call debugger on failed cl-assertNoam Postavsky2016-11-081-3/+5
* Don't call debug on failed cl-assertNoam Postavsky2016-11-041-5/+3
* ; Spelling fixesPaul Eggert2016-11-041-1/+1
* * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Fix last change.Eli Zaretskii2016-10-191-2/+1
* Don't scan compiled module files for autoloadsEli Zaretskii2016-10-191-1/+7
* Run find-function-after-hook after finding a symbolTino Calancha2016-09-231-1/+5
* Fix regexp-opt documentation (bug #17862)immerrr2016-09-031-10/+36
* ; Fix documentation of seq-subseqClément Pit--Claudel2016-09-021-1/+1
* * lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in docstring.Nicolas Richard2016-08-311-1/+1
* Fix eieio vs cl-generic incompatibilities found in Rudel (bug#23947)Stefan Monnier2016-07-143-3/+13
* Include cl-generic in package--builtin-versions (bug#22817)Stefan Monnier2016-07-141-0/+5
* * lisp/emacs-lisp/package.el (describe-package-1)Glenn Morris2016-07-131-4/+5
* Clarify docstring of find-feature-regexpNoam Postavsky2016-07-091-1/+1
* Add details to cl-lib defining macros' docstringsNoam Postavsky2016-07-091-0/+29
* * lisp/emacs-lisp/nadvice.el (advice--make-docstring):Glenn Morris2016-06-131-1/+4
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bug#19704)Stefan Monnier2016-06-111-1/+1
* * lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix re "by".Tino Calancha2016-06-071-2/+2
* * lisp/emacs-lisp/lisp-mode.el (lisp--mode-syntax-table):Glenn Morris2016-05-311-1/+1
* * lisp/emacs-lisp/find-func.el (find-function-library):Glenn Morris2016-05-261-2/+4
* Do not trash symlinks to init filePaul Eggert2016-05-221-2/+10
* * lisp/emacs-lisp/package.el (package-refresh-contents):Artur Malabarba2016-05-201-10/+4
* * lisp/emacs-lisp/package.el: Fix free variable warnings.Artur Malabarba2016-05-181-37/+37
* * lisp/emacs-lisp/package.el (package--with-response-buffer):Artur Malabarba2016-05-181-16/+21
* Properly reject malformed or empty package sigsPaul Eggert2016-05-131-1/+1
* * lisp/emacs-lisp/find-func.el (find-feature-regexp)Glenn Morris2016-05-121-2/+2
* Make package-install-from-buffer not move pointDmitry Gutov2016-05-121-1/+2
* ; Revert "* emacs-lisp/lisp-mnt.el (lm-header): save-excursion"Dmitry Gutov2016-05-121-11/+10
* Redo the fix for bug#21839Dmitry Gutov2016-05-121-1/+2
* ; Auto-commit of loaddefs files.Glenn Morris2016-05-101-1/+1
* Publicize cl--generic-all-functionsDmitry Gutov2016-05-103-3/+3
* ; Spelling fixesPaul Eggert2016-05-011-1/+1
* global-eldoc-mode doc fixLars Ingebrigtsen2016-05-011-2/+10
* Further define-obsolete-* doc fixupsLars Ingebrigtsen2016-05-011-2/+2
* Describe WHEN in all the define-obsolete- macrosLars Ingebrigtsen2016-05-011-2/+8
* add-timeout doc fixLars Ingebrigtsen2016-05-011-0/+2
* Explictly explain that package-initialize loads the packagesLars Ingebrigtsen2016-05-011-1/+4
* Doc fix for insert-pair-alistLars Ingebrigtsen2016-05-011-1/+5
* Wrap the auto-generated doc stringLars Ingebrigtsen2016-05-011-1/+2
* Clarify some doc stringsLars Ingebrigtsen2016-05-011-3/+4
* Autoload cursor-sensor-inhibit (bug#23406)Leo Liu2016-04-301-0/+1
* Remove \= from format string (bug#18190)Andreas Schwab2016-04-301-1/+1
* * lisp/emacs-lisp/autoload.el (update-directory-autoloads):Glenn Morris2016-04-251-9/+11
* Revert "Use 'grep-find-program' in check-declare.el"Eli Zaretskii2016-04-211-1/+1
* Use 'grep-find-program' in check-declare.elEli Zaretskii2016-04-161-1/+1
* Revert "Prevent bootstrap autoload backup files"Phillip Lord2016-04-121-28/+14
* Prevent bootstrap autoload backup filesPhillip Lord2016-04-121-14/+28