summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34Miles Bader2006-03-031-2/+3
|\
| * (locate-library): Use `get-load-suffixes' instead of `load-suffixes'Luc Teirlinck2006-02-271-2/+3
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-15Miles Bader2006-02-141-2/+4
|\ \ | |/
| * (substitute-key-definition): Doc fix (hide internal argument).Juanma Barranquero2006-02-131-1/+2
| * (substitute-key-definition): Doc fix.Richard M. Stallman2006-02-121-1/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14Miles Bader2006-02-111-3/+2
|\ \ | |/
| * (substitute-key-definition): Fix typo.Juanma Barranquero2006-02-101-1/+1
| * (substitute-key-definition-key): Pass t for NOERROR toKim F. Storm2006-02-101-2/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9Miles Bader2006-02-011-1/+9
|\ \ | |/
| * (toplevel): Define `cl-assertion-failed' condition here because theJohn Paul Wallington2006-01-301-0/+6
| * (lazy-completion-table): Doc fix.Richard M. Stallman2006-01-261-1/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-567/+618
|\ \ | |/
| * (cancel-change-group): Add listp around pending-undo-list.Juri Linkov2005-12-301-1/+1
| * (noreturn, 1value): Doc fixes.Luc Teirlinck2005-12-301-7/+5
| * (lazy-completion-table): Correct typo in docstring.Luc Teirlinck2005-12-281-1/+1
| * (lazy-completion-table): Remove argument `args'.Stefan Monnier2005-12-261-6/+19
| * (lazy-completion-table): Don't be fooled if the var holdsStefan Monnier2005-12-191-1/+1
| * (version-regexp-alist): Allow space as separator beforeKim F. Storm2005-12-121-7/+12
| * (atomic-change-group): Add edebug and indentation spec.John Paul Wallington2005-12-031-0/+1
| * (read-passwd): Fontify the prompt as we do with other prompts.Eli Zaretskii2005-11-191-0/+2
| * * subr.el (locate-library): Move from help-fns.el.Romain Francoise2005-10-281-0/+28
| * (eval-after-load): Convert library name to an absolute file name usingRomain Francoise2005-10-221-1/+2
| * (make-temp-file): Moved to files.el.Richard M. Stallman2005-10-221-49/+0
| * (eval-at-startup): New macro.Richard M. Stallman2005-10-221-1/+17
| * Much rearrangement of functions and division into pages. No code changes.Richard M. Stallman2005-10-221-544/+580
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95Miles Bader2006-01-161-3/+1
|\ \ | |/
| * (symbol-file): Doc fix.Richard M. Stallman2005-10-211-3/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85Miles Bader2005-09-251-5/+13
|\ \ | |/
| * (version-regexp-alist): Extend valid syntax for version strings:Eli Zaretskii2005-09-241-5/+13
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79Miles Bader2005-09-061-25/+29
|\ \ | |/
| * (version-list-<, version-list-<=, version-list-=)Kim F. Storm2005-08-261-25/+29
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-11/+213
|\ \ | |/
| * (play-sound): Rearrange to avoid warning.Richard M. Stallman2005-08-251-3/+3
| * version string comparisonVinicius Jose Latorre2005-08-251-0/+201
| * (replace-regexp-in-string): Doc fix.Richard M. Stallman2005-08-201-3/+4
| * (insert-for-yank-1): Doc fix.Kim F. Storm2005-08-171-1/+1
| * (while-no-input): Return t if there is input.Richard M. Stallman2005-08-091-3/+3
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67Miles Bader2005-06-301-15/+23
|\ \ | |/
| * (add-to-list, add-to-ordered-list): Doc fixes.Luc Teirlinck2005-06-271-4/+7
| * (with-selected-window): Use save-current-buffer.Richard M. Stallman2005-06-251-11/+16
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65Miles Bader2005-06-241-14/+15
|\ \ | |/
| * (save-match-data): Add comment about using evaporate argKim F. Storm2005-06-221-0/+2
| * (1value, lambda, key-substitution-in-progress): Doc fixes.Juanma Barranquero2005-06-211-4/+4
| * (add-to-ordered-list): Test membership with eq. Simplify.Kim F. Storm2005-06-201-10/+9
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63Miles Bader2005-06-151-2/+53
|\ \ | |/