summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Make get-buffer-window-list take MINIBUF arg.Simon Marshall1996-02-281-3/+3
* Cope if get-buffer-window-list is given a buffer name (like get-buffer-window...Simon Marshall1996-02-081-1/+1
* Added get-buffer-window-list.Simon Marshall1996-02-081-0/+11
* (read-quoted-char): Delete format call inside message.Karl Heuer1996-01-251-2/+1
* Update FSF's address.Erik Naggum1996-01-141-3/+4
* (error): Doc fix.Richard M. Stallman1996-01-041-1/+4
* (add-to-list): Doc fix.Karl Heuer1995-12-211-6/+1
* (make-syntax-table): Use nil for "inherit".Richard M. Stallman1995-10-111-4/+4
* (substitute-key-definition): Do recursively scanRichard M. Stallman1995-09-181-2/+6
* Remove the remaining hook running functions. They are in C now.Simon Marshall1995-07-311-85/+3
* (run-hook-with-args): Deleted; now in C code.Karl Heuer1995-07-251-29/+0
* (shell-quote-argument): Don't do anything, on MS-DOS.Richard M. Stallman1995-07-011-11/+14
* (lambda): Doc fix.Richard M. Stallman1995-06-271-1/+3
* (add-hook): Use local local-variable-if-set-p.Richard M. Stallman1995-06-171-1/+1
* (make-local-hook): Doc fix.Richard M. Stallman1995-06-161-8/+18
* (read-quoted-char): Turn on help-form and turn off help-char.Karl Heuer1995-06-071-1/+5
* (frame-configuration-p): Moved here from frame.el.Karl Heuer1995-05-301-0/+9
* (buffer-substring-no-properties): New function.Richard M. Stallman1995-05-011-0/+6
* Changed match-string to defun, but still return nil (no error) if no match.Simon Marshall1995-03-241-5/+6
* Change to macro, and return nil if there was no match at the specified depth.Simon Marshall1995-03-231-13/+14
* (one-window-p, walk-windows, minibuffer-window-active-p):Richard M. Stallman1995-03-221-64/+0
* (walk-windows): Doc fix.Richard M. Stallman1995-02-251-9/+18
* (local-unset-key): Fix args in previous change.Karl Heuer1995-02-251-2/+2
* (global_set_key, local_set_key, global_unset_key)Richard M. Stallman1995-02-251-0/+45
* (eval-after-load): Run FORM now if FILE's already loaded.Richard M. Stallman1995-02-221-1/+8
* (listify-key-sequence-1, event-modifiers): Don't presume internal bit layoutKarl Heuer1995-02-081-12/+10
* (read-quoted-char): Don't log prompt messages.Karl Heuer1995-02-071-2/+2
* (match-string): Fix braino.Richard M. Stallman1995-01-281-2/+2
* (match-string): Delete extra arg to buffer-substring.Karl Heuer1995-01-271-1/+1
* (match-string): New function.Richard M. Stallman1995-01-271-0/+8
* (listify-key-sequence-1): Update for change in CHAR_META.Richard M. Stallman1995-01-091-1/+1
* (run-hook-with-args-until-failure):Richard M. Stallman1994-12-271-15/+16
* (font-lock-defaults): Add defvar.Richard M. Stallman1994-12-251-0/+12
* (lambda): Doc fix.Richard M. Stallman1994-12-151-2/+3
* (start-process-shell-command): Don't use `exec'--Richard M. Stallman1994-11-191-4/+3
* (substitute-key-definition): Don't recursively scanRichard M. Stallman1994-11-161-1/+5
* (start-process-shell-command): Don't use exec on windows-nt.Karl Heuer1994-11-031-4/+9
* (add-to-list): Doc fix.Richard M. Stallman1994-10-141-1/+6
* (add-to-list): New function.Richard M. Stallman1994-10-131-0/+5
* (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