aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (add-to-list): Fix last change--optimize for no compare-fn.Kim F. Storm2006-10-221-4/+4
* (add-to-list): Optimize if compare-fn is `eq' or `eql'.Kim F. Storm2006-10-221-9/+21
* (insert-for-yank-1): If last inserted char has properties,Richard M. Stallman2006-10-181-0/+6
* (start-process-shell-command): Doc fix.Eli Zaretskii2006-10-131-1/+3
* (insert-for-yank-1): Handle `font-lock-face' specially.Richard M. Stallman2006-09-281-1/+22
* (shell-quote-argument): Use DOS logic for Windows shells with DOS semantics.Jason Rumney2006-09-251-14/+13
* Adjust commentVinicius Jose Latorre2006-09-201-2/+2
* (sit-for): Rework to use input-pending-p and cond.Kim F. Storm2006-09-111-16/+19
* (add-to-list): New argument COMPARE-FN.Richard M. Stallman2006-09-101-13/+24
* * subr.el (sit-for): Use new SECONDS arg of read-event instead ofChong Yidong2006-07-261-13/+3
* (dolist, dotimes): Use interned symbols for iteration.Richard M. Stallman2006-07-241-6/+19
* * subr.el (sit-for): Just sleep-for if noninteractive.Chong Yidong2006-07-181-16/+17
* (sit-for): Doc fix. Specify normal arg list using fn-form.Kim F. Storm2006-07-111-7/+6
* * subr.el (sit-for): New function.Chong Yidong2006-07-101-0/+39
* (def-edebug-spec): Moved here.Richard M. Stallman2006-07-091-0/+6
* (with-current-buffer): Doc fix.Richard M. Stallman2006-06-021-1/+1
* (with-current-buffer): Doc fix.Richard M. Stallman2006-05-301-0/+1
* (load-history-regexp): If FILE is relative, insistRichard M. Stallman2006-05-291-6/+6
* (with-local-quit): Doc fix.Richard M. Stallman2006-05-251-2/+2
* (with-local-quit): When handling `quit' signal,Richard M. Stallman2006-05-251-2/+8
* (read-passwd): Copy PROMPT before changing its properties.Richard M. Stallman2006-05-241-0/+3
* startup.el (command-line): For names of preloaded files, don't appendAlan Mackenzie2006-05-241-22/+84
* (add-to-history): Add KEEP-ALL arg and align functionalityKim F. Storm2006-05-161-11/+19
* Revision: [email protected]/emacs--devo--0--patch-271Miles Bader2006-05-101-1/+1
* (field-at-point): New function.Nick Roberts2006-05-101-0/+7
* (add-to-history): Remove keep-dups arg.Kim F. Storm2006-05-071-4/+3
* (add-to-history): New function.Kim F. Storm2006-05-051-0/+26
* (booleanp): New fun.Stefan Monnier2006-04-291-19/+23
* (posn-string, posn-image, posn-object): Doc fix.Kim F. Storm2006-04-261-2/+6
* (read-passwd): Bind `message-log-max' to nil.Romain Francoise2006-04-121-1/+2
* * subr.el (string-or-null-p): New function.Reiner Steib2006-04-061-0/+6
* (locate-library): Use `get-load-suffixes' instead of `load-suffixes'Luc Teirlinck2006-02-271-2/+3
* (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
* (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
* 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