aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (map-keymap-internal): New function.Richard M. Stallman2004-11-161-0/+18
* (syntax-after): Doc fix.Richard M. Stallman2004-11-081-2/+2
* (syntax-after): Return the syntax letter, not the raw code.Richard M. Stallman2004-11-071-5/+13
* subr.el (read-passwd): Move back from password.el.Simon Josefsson2004-10-291-0/+55
* (x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliasesStefan Monnier2004-10-281-0/+4
* * subr.el (read-passwd): Move to net/password.el.Simon Josefsson2004-10-251-55/+0
* (with-local-quit): Return nil if there's a quit.Richard M. Stallman2004-10-171-47/+55
* (looking-back): Return only t or nil.Richard M. Stallman2004-10-161-3/+4
* (substitute-key-definition-key): New function.Stefan Monnier2004-10-131-135/+52
* (substitute-key-definition): Mention command remapping in doc string.Kim F. Storm2004-10-111-1/+4
* (progress-reporter-update): Define before first usage.Kim F. Storm2004-10-091-17/+17
* (make-progress-reporter, progress-reporter-update)Eli Zaretskii2004-10-081-0/+127
* (delay-mode-hooks): Doc fix.Luc Teirlinck2004-09-251-0/+2
* (after-change-major-mode-hook): Further doc fix.Luc Teirlinck2004-09-221-1/+1
* (after-change-major-mode-hook): Doc fix.Luc Teirlinck2004-09-221-2/+1
* (run-mode-hooks): Run `after-change-major-mode-hook' after theLuc Teirlinck2004-09-211-2/+4
* (event-basic-type): Fix mask (extend to 22bits).Stefan Monnier2004-09-191-4/+4
* (after-change-major-mode-hook): Doc fix.Luc Teirlinck2004-09-191-1/+1
* (after-change-major-mode-hook): New variable.Luc Teirlinck2004-09-181-0/+5
* (split-string): Docfix.Thien-Thi Nguyen2004-09-081-1/+1
* (find-tag-default): Moved from etags.el.Richard M. Stallman2004-08-281-0/+21
* (process-kill-without-query): Made obsolete in version 21.4, not 21.5.John Paul Wallington2004-08-211-1/+1
* (kbd): Doc fix.Luc Teirlinck2004-08-091-1/+1
* (global-unset-key, local-unset-key): Doc fixes.Luc Teirlinck2004-08-081-2/+2
* (event-modifiers, event-basic-type): Doc fixes.Luc Teirlinck2004-07-311-2/+9
* (with-local-quit): Doc fix.Richard M. Stallman2004-07-311-1/+4
* (butlast, event-modifiers, event-basic-type): Doc fixes.John Paul Wallington2004-07-251-3/+3
* (with-selected-window): Doc fix.Luc Teirlinck2004-07-131-0/+6
* (get-buffer-window-list): Doc fix.Luc Teirlinck2004-07-121-1/+2
* (insert-buffer-substring-no-properties, insert-buffer-substring-as-yank):Juanma Barranquero2004-06-071-5/+5
* Revision: [email protected]/emacs--cvs-trunk--0--patch-363Miles Bader2004-06-021-3/+5
* (process-kill-without-query): Remove spurious "\n" on obsolescence string.Juanma Barranquero2004-06-021-4/+6
* (with-selected-window): Undo previous change.Richard M. Stallman2004-05-291-1/+12
* (with-selected-window): Only save/restore the selectd window.Stefan Monnier2004-05-281-10/+1
* (eventp): Be more discriminating with integers.Stefan Monnier2004-05-111-1/+5
* (start-process-shell-command): Fix docstring. Put usage info in a format usableJuanma Barranquero2004-05-101-24/+25
* (remove-overlays, read-passwd): Fix docstring.Juanma Barranquero2004-05-091-3/+3
* (lambda): Add arglist description to docstring.Juanma Barranquero2004-05-071-33/+38
* (remove-overlays): Docstring change.Stefan Monnier2004-04-291-2/+1
* * subr.el (remove-overlays): Make arguments optional.Masatake YAMATO2004-04-271-2/+6
* (momentary-string-display): Support EXIT-CHAR that isEli Zaretskii2004-04-271-6/+22
* (event-modifiers): Fix the criterion for ASCII control chars.Richard M. Stallman2004-04-201-6/+8
* (read-number): Check whether `default' is nil.Stefan Monnier2004-04-201-1/+2
* (posn-set-point): Fix typos: parameter is `position', not `posn'.John Paul Wallington2004-04-141-4/+4
* (posn-set-point): New function.Stefan Monnier2004-04-141-2/+12
* (interactive-form): Delete. Now implemented in C.Stefan Monnier2004-03-291-22/+0
* (read-number): New function.Stefan Monnier2004-03-261-1/+22
* (delete-dups): A better implementation from Karl Heuer <[email protected]>.Eli Zaretskii2004-02-161-10/+6
* (match-string-no-properties): Use substring-no-properties.Eli Zaretskii2004-02-161-4/+2
* (delete-dups): New function.Luc Teirlinck2004-01-191-0/+15