summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAge
* Doc fixes for quotingPaul Eggert2016-05-03
* posnp doc clarificationLars Ingebrigtsen2016-05-03
* with-silent-modifications doc clarificationLars Ingebrigtsen2016-05-01
* (default-mode-line-format): More explicit obsolete infoLars Ingebrigtsen2016-05-01
* Minor doc clarificationLars Ingebrigtsen2016-05-01
* Doc fix for `kbd'Lars Ingebrigtsen2016-05-01
* ; Spelling fixesPaul Eggert2016-04-10
* Improve documentation of 'with-eval-after-load'Eli Zaretskii2016-04-10
* * lisp/subr.el (read-key): Don't let the prompt linger (bug#22714)Stefan Monnier2016-04-08
* Make find-tag-default-bounds more strictDmitry Gutov2016-02-23
* Improve doc strings of 'forward/backward-word-strictly'Eli Zaretskii2016-02-10
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-05
* Update copyright year to 2016Paul Eggert2016-01-01
* Improve parsing of version stringsAlex Dunn2015-12-05
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-17
* Revert "* lisp/subr.el (when): Use `macroexp-progn'"Artur Malabarba2015-11-04
* * lisp/subr.el (when): Use `macroexp-progn'Artur Malabarba2015-11-04
* New lispref section “Security Considerations”Paul Eggert2015-10-21
* Fix doc string of 'shell-quote-argument'Eli Zaretskii2015-10-18
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-29
* Move let-when-compile to lisp-mode.elOleh Krehel2015-09-23
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-07
* Fix a bug in recording a macro while flyspell-mode is activeEli Zaretskii2015-08-28
* format-message now curves ` and 'Paul Eggert2015-08-25
* Prefer directed to neutral quotesPaul Eggert2015-08-24
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-23
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-16
* ; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup2015-08-04
* Fix infinite loop in delete-consecutive-dupsShigeru Fukaya2015-07-26
* Fix delete-dups bug on long listsAri Roponen2015-07-16
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-30
* * lisp/subr.el (remove-from-invisibility-spec): Handle the t caseStefan Monnier2015-06-24
* Check for an input event before showing a dialog box. (Bug#20813)Glenn Morris2015-06-23
* Add new function string-greaterpNicolas Petton2015-06-04
* Add let-when-compile macro instead of using pcase-letOleh Krehel2015-05-20
* * lisp/subr.el (delete-dups): Pre-size the hashtable.Stefan Monnier2015-05-06
* lisp/subr.el (delete-dups): Avoid nreverse.Oleh Krehel2015-05-06
* * lisp/subr.el (delete-dups): Make it destructive again.Artur Malabarba2015-05-06
* lisp/subr.el (delete-dups): Use a hash tableOleh Krehel2015-05-06
* * lisp/subr.el (delay-mode-hooks): Fix doc typo.Glenn Morris2015-04-27
* Fix change from 2015-04-22 "On C-y, stop some text property entries ..."Alan Mackenzie2015-04-25
* Clarify the doc string of 'replace-regexp-in-string'Eli Zaretskii2015-04-25
* On C-y, stop some text property entries being written into buffer-undo-listAlan Mackenzie2015-04-22
* (looking-back): Make the second arg non-optional.Stefan Monnier2015-04-15
* Remove left over code from when we used an obsolete/loaddefs.el fileStefan Monnier2015-04-13
* Add facility to collect stderr of async subprocessDaiki Ueno2015-04-11
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-05
* Generalize start-process with keyword argsDaiki Ueno2015-03-23
* subr.el (apply-partially): Use lexical binding.David Kastrup2015-02-08
* * src/data.c (Findirect_function): Don't signal an errorStefan Monnier2015-02-08