summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (substitute-key-definition-key): Pass t for NOERROR toKim F. Storm2006-02-101-2/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (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
* (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
* (symbol-file): Doc fix.Richard M. Stallman2005-10-211-3/+1
* (version-regexp-alist): Extend valid syntax for version strings:Eli Zaretskii2005-09-241-5/+13
* (version-list-<, version-list-<=, version-list-=)Kim F. Storm2005-08-261-25/+29
* (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
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (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
* (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
* (add-to-ordered-list): Use a weak hash-table to avoid leaks.Stefan Monnier2005-06-151-18/+14
* (add-to-ordered-list): Rework to use list-order property of list-var.Kim F. Storm2005-06-141-15/+26
* (add-to-ordered-list): New defun.Kim F. Storm2005-06-131-0/+26
* (complete-in-turn): New macro.Stefan Monnier2005-06-131-1/+19
* (insert-for-yank-1): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
* (save-match-data): Add RESEAT arg `evaporate' toKim F. Storm2005-06-081-1/+1
* (looking-back): New argument GREEDY.Richard M. Stallman2005-05-291-5/+25
* (delay-mode-hooks): Specify indentation.Lute Kamstra2005-05-261-1/+1
* (font-lock-defaults): Remove defvar as it's already defined in font-core.el.Lute Kamstra2005-05-221-4/+0
* (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.Juanma Barranquero2005-05-221-0/+6
* (send-string, send-region): Remove obsolescence declaration.Juanma Barranquero2005-05-191-8/+8
* (event-basic-type): Don't get an error.Richard M. Stallman2005-05-191-5/+7
* (post-command-idle-hook, post-command-idle-delay):Nick Roberts2005-05-191-4/+0
* (window-dot, set-window-dot, read-input, send-string, send-region, show-buffer,Juanma Barranquero2005-05-181-8/+8
* Slight reorganization of some obsolete declarations; deleted comment no longerJuanma Barranquero2005-05-171-4/+3
* (left-fringe-p): New function.Nick Roberts2005-05-151-0/+3
* (open-network-stream-nowait): Remove.Kim F. Storm2005-05-151-57/+6
* (symbol-file): Doc fix.Richard M. Stallman2005-05-141-1/+2