summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of 'with-eval-after-load'Eli Zaretskii2016-04-101-1/+2
* * lisp/subr.el (read-key): Don't let the prompt linger (bug#22714)Stefan Monnier2016-04-081-0/+4
* Make find-tag-default-bounds more strictDmitry Gutov2016-02-231-23/+1
* Improve doc strings of 'forward/backward-word-strictly'Eli Zaretskii2016-02-101-2/+4
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-0/+33
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Improve parsing of version stringsAlex Dunn2015-12-051-24/+31
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* Revert "* lisp/subr.el (when): Use `macroexp-progn'"Artur Malabarba2015-11-041-1/+1
* * lisp/subr.el (when): Use `macroexp-progn'Artur Malabarba2015-11-041-1/+1
* New lispref section “Security Considerations”Paul Eggert2015-10-211-1/+2
* Fix doc string of 'shell-quote-argument'Eli Zaretskii2015-10-181-1/+4
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-1/+1
* Move let-when-compile to lisp-mode.elOleh Krehel2015-09-231-13/+0
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-7/+7
* Fix a bug in recording a macro while flyspell-mode is activeEli Zaretskii2015-08-281-1/+12
* format-message now curves ` and 'Paul Eggert2015-08-251-6/+0
* Prefer directed to neutral quotesPaul Eggert2015-08-241-3/+3
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-4/+11
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-4/+4
* ; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup2015-08-041-1/+2
* Fix infinite loop in delete-consecutive-dupsShigeru Fukaya2015-07-261-6/+6
* Fix delete-dups bug on long listsAri Roponen2015-07-161-2/+2
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-2/+2
* * lisp/subr.el (remove-from-invisibility-spec): Handle the t caseStefan Monnier2015-06-241-3/+4
* Check for an input event before showing a dialog box. (Bug#20813)Glenn Morris2015-06-231-0/+1
* Add new function string-greaterpNicolas Petton2015-06-041-0/+8
* Add let-when-compile macro instead of using pcase-letOleh Krehel2015-05-201-0/+13
* * lisp/subr.el (delete-dups): Pre-size the hashtable.Stefan Monnier2015-05-061-15/+15
* lisp/subr.el (delete-dups): Avoid nreverse.Oleh Krehel2015-05-061-6/+9
* * lisp/subr.el (delete-dups): Make it destructive again.Artur Malabarba2015-05-061-3/+3
* lisp/subr.el (delete-dups): Use a hash tableOleh Krehel2015-05-061-5/+13
* * lisp/subr.el (delay-mode-hooks): Fix doc typo.Glenn Morris2015-04-271-1/+1
* Fix change from 2015-04-22 "On C-y, stop some text property entries ..."Alan Mackenzie2015-04-251-14/+14
* Clarify the doc string of 'replace-regexp-in-string'Eli Zaretskii2015-04-251-1/+2
* On C-y, stop some text property entries being written into buffer-undo-listAlan Mackenzie2015-04-221-14/+15
* (looking-back): Make the second arg non-optional.Stefan Monnier2015-04-151-7/+8
* Remove left over code from when we used an obsolete/loaddefs.el fileStefan Monnier2015-04-131-3/+1
* Add facility to collect stderr of async subprocessDaiki Ueno2015-04-111-3/+3
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-051-4/+25
* Generalize start-process with keyword argsDaiki Ueno2015-03-231-0/+24
* subr.el (apply-partially): Use lexical binding.David Kastrup2015-02-081-2/+2
* * src/data.c (Findirect_function): Don't signal an errorStefan Monnier2015-02-081-0/+1
* Fix json error-definition condition build errorLars Magne Ingebrigtsen2015-02-061-1/+1
* Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-12/+21
|\
| * Prevent artist-mode from creating runaway timers (Bug#6130).Daniel Koning2015-01-211-12/+21
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| * * lisp/subr.el (redisplay-dont-pause): Mark as obsolete.Stefan Monnier2014-12-181-0/+1
* | * lisp/subr.el (redisplay-dont-pause): Mark as obsolete.Stefan Monnier2015-01-081-0/+1
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1