aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (add-hook, remove-hook): If the hook was made localRichard M. Stallman1994-10-011-2/+10
* (add-hook): Initialize default value and local value.Richard M. Stallman1994-09-301-26/+147
* (remove-hook, add-hook): Copy existing list before modifying.Richard M. Stallman1994-09-211-11/+4
* (add-hook): Doc fix.Richard M. Stallman1994-09-201-1/+9
* (one-window-p): Doc fix.Richard M. Stallman1994-08-111-1/+1
* (ignore): Put doc string in right place.Richard M. Stallman1994-07-121-3/+3
* (posn-col-row): Test for consp, not symbolp.Karl Heuer1994-05-261-5/+7
* (posn-col-row): Use let*.Richard M. Stallman1994-05-231-3/+3
* (posn-col-row): Do something useful for scroll bar event.Richard M. Stallman1994-05-221-9/+19
* (substitute-key-definition): Skip cached menu key-equivs.Richard M. Stallman1994-05-221-0/+9
* (posn-col-row): Doc fix.Richard M. Stallman1994-05-191-1/+1
* (ignore): Allow interactive call.Richard M. Stallman1994-05-071-0/+1
* Update copyright.Karl Heuer1994-05-031-1/+1
* (run-hooks): Don't use mapcar--save consing.Richard M. Stallman1994-04-261-1/+22
* (read-quoted-char): Convert meta chars into 128+ chars.Richard M. Stallman1994-04-121-1/+3
* (force-mode-line-update): Doc fix.Karl Heuer1994-04-111-1/+1
* (define-key-after): Doc fix.Richard M. Stallman1994-04-071-2/+2
* (momentary-string-display): Avoid modifying the undo list.Richard M. Stallman1994-03-281-0/+2
* (set-match-data): New alias.Richard M. Stallman1994-03-281-0/+1
* (one-window-p): New argument all-frames.Richard M. Stallman1994-03-201-3/+9
* Don't use triple-hyphen in a character class.Karl Heuer1994-03-121-1/+1
* (substitute-key-definition): Avoid infinite recursion.Karl Heuer1994-03-031-3/+12
* (posn-x-y): New function.Richard M. Stallman1994-02-231-8/+20
* (substitute-key-definition): Don't discard menu strings.Richard M. Stallman1994-02-191-4/+7
* (user-original-login-name): Reduce to a defalias, since it's redundant withKarl Heuer1994-02-111-4/+1
* (make-syntax-table): Behave like copy-syntax-table if an argument is given,Karl Heuer1994-02-081-20/+22
* (start-process-shell-command): Doc fix.Richard M. Stallman1994-01-061-1/+1
* (eval-after-load): Do nothing if FORM is already on the list.Richard M. Stallman1994-01-051-1/+4
* (make-syntax-table): New function; no longer an aliasRichard M. Stallman1994-01-031-1/+24
* (shell-quote-argument): New function.Richard M. Stallman1993-12-311-0/+12
* (remove-hook): Use equal to see if hook is just that fcn.Richard M. Stallman1993-12-231-5/+2
* (walk-windows): If start at minibuf window, do return to it.Richard M. Stallman1993-11-241-0/+3
* (remove-hook): Doc fix.Richard M. Stallman1993-11-161-1/+1
* (remove-hook): New function, analogous to add-hook. ThisRichard M. Stallman1993-11-101-0/+15
* (suppress-keymap): Use substitute-key-definition instead of manuallyBrian Fox1993-09-211-5/+1
* (momentary-string-display): Scroll to keep the string on the screen.Richard M. Stallman1993-08-141-1/+11
* `mod' is no longer an alias for `%'.Paul Eggert1993-08-101-7/+0
* (minibuffer-window-active-p): New function.Richard M. Stallman1993-08-081-0/+13
* (add-hook): Change a single function into a list.Richard M. Stallman1993-08-021-6/+20
* (keyboard-translate): Properly lengthen existing table.Richard M. Stallman1993-07-221-1/+2
* (define-key-after): Fix typo in previous change.Richard M. Stallman1993-07-201-1/+1
* (define-key-after): Error if KEY has two elements.Richard M. Stallman1993-07-131-1/+5
* * subr.el (posn-point): Properly extract the BUFFER-POSITION fieldJim Blandy1993-07-051-1/+3
* (define-key-after): Delete duplicate bindings that comeRichard M. Stallman1993-06-301-4/+13
* (define-key-after): Renamed from define-key-in-sequence.Richard M. Stallman1993-06-261-1/+1
* (define-key-in-sequence): New function.Richard M. Stallman1993-06-261-0/+23
* * subr.el (event-end): Modified to account for multi-click events.Jim Blandy1993-06-221-1/+1
* * subr.el (event-basic-type): Deal with listy events properly.Jim Blandy1993-06-171-0/+2
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
* (posn-timestamp): Doc fix.Richard M. Stallman1993-06-011-1/+1