aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update char-script-tableEli Zaretskii2015-06-091-7/+19
* Skip past `#' to find BEGDmitry Gutov2015-06-091-1/+1
* Improve the default fontset wrt symbolsEli Zaretskii2015-06-081-0/+45
* Add new command checkdoc-package-keywordsOleh Krehel2015-06-081-0/+39
* Fix a thinko in arc-mode.elEli Zaretskii2015-06-081-2/+2
* * lisp/emacs-lisp/package.el (package-delete): Make interactiveArtur Malabarba2015-06-081-2/+21
* checkdoc.el (checkdoc-file): New functionOleh Krehel2015-06-081-10/+17
* Remove the obsolete leading "*" from some C doc strings.Glenn Morris2015-06-071-0/+1
* Escape any quotes in the function nameDmitry Gutov2015-06-071-1/+4
* * lisp/progmodes/grep.el (zrgrep): Let-bind grep-highlight-matchesJuri Linkov2015-06-071-4/+4
* Address some compilation warnings.Glenn Morris2015-06-064-1/+6
* Replace uses of in-string-p; make it obsoleteDmitry Gutov2015-06-061-2/+3
* Fix Dired display of an explicit list of files by ls-lisp.elEli Zaretskii2015-06-061-4/+4
* * lisp/dired.el (dired): Doc fix. (Bug#20739)Eli Zaretskii2015-06-061-4/+10
* * lisp/emacs-lisp/map.el (map-let): Better docstring.Nicolas Petton2015-06-061-8/+13
* Better syntax for the map pcase patternNicolas Petton2015-06-061-1/+1
* * lisp/emacs-lisp/map.el (map--dispatch): Better docstring.Nicolas Petton2015-06-061-2/+2
* ; * lisp/emacs-lisp/map.el: Fix formatting.Nicolas Petton2015-06-061-7/+7
* Fix a byte-compiler error in map-put and map-deleteNicolas Petton2015-06-061-10/+16
* Use string> instead of equiv lambda with string<Tassilo Horn2015-06-051-1/+1
* * lisp/emacs-lisp/map.el (map--dispatch): Move before use.Glenn Morris2015-06-051-32/+32
* * lisp/Makefile.in (SUBDIRS): Rename from SUBDIRS_ABS.Glenn Morris2015-06-051-4/+6
* Tweak some build messages.Glenn Morris2015-06-054-6/+4
* Omit U+0332 COMBINING LOW LINE in previous changePaul Eggert2015-06-051-2/+2
* Fix transliteration of Bahá'í monthsPaul Eggert2015-06-041-4/+4
* Fix curved quotes in a few placesPaul Eggert2015-06-044-7/+8
* * lisp/Makefile.in (AM_V_at): Add missing definition.Glenn Morris2015-06-041-0/+5
* * lisp/Makefile.in: Quieten output a bit.Glenn Morris2015-06-041-2/+0
* * lisp/Makefile.in: Replace shell fragments in variables with $(shell).Glenn Morris2015-06-041-48/+24
* * lisp/vc/compare-w.el (compare-windows-get-window-function):Glenn Morris2015-06-041-2/+3
* * lisp/Makefile.in (check-defun-dups): Also skip ldefs-boot.Glenn Morris2015-06-041-2/+3
* * lisp/leim/quail/lrt.el (quail-lrt-update-translation):Glenn Morris2015-06-041-2/+2
* Handle new-style advice in find-functDmitry Gutov2015-06-051-8/+11
* Merge branch 'map'Nicolas Petton2015-06-041-0/+371
|\
| * * lisp/emacs-lisp/map.el: Better docstring for the map pcase macro.Nicolas Petton2015-06-041-1/+2
| * Add a pcase pattern for maps and `map-let' based on itNicolas Petton2015-06-021-0/+35
| * Improve the docstring of functions in map.elNicolas Petton2015-05-161-19/+58
| * Faster implementation of map-empty-pNicolas Petton2015-04-291-1/+5
| * * lisp/emacs-lisp/map.el: Better docstrings.Nicolas Petton2015-04-291-9/+6
| * * lisp/emacs-lisp/map.el (map-pairs): Dump redundant lambdaArtur Malabarba2015-04-251-3/+1
| * * lisp/emacs-lisp/map.el (map--elt-list): Better docstring.Nicolas Petton2015-04-251-1/+1
| * * lisp/emacs-lisp/map.el (map--elt-list): Minor refactoring.Nicolas Petton2015-04-251-1/+1
| * Fix a false negative in `map-elt' with alists and values being nilNicolas Petton2015-04-251-2/+11
| * * lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring.Nicolas Petton2015-04-241-1/+1
| * Do not signal an error when trying to delete a key from an arrayNicolas Petton2015-04-241-2/+9
| * * lisp/emacs-lisp/map.el: Better docstring.Nicolas Petton2015-04-241-1/+2
| * Minor improvement in map-elt.Nicolas Petton2015-04-241-2/+11
| * * lisp/emacs-lisp/map.el (map-into): Better error message.Nicolas Petton2015-04-181-1/+1
| * * lisp/emacs-lisp/map.el: Removes byte-compilation warnings.Nicolas Petton2015-04-181-4/+4
| * Throw an error when converting a map into an unknown map typeNicolas Petton2015-04-181-1/+2