summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (substitute-key-definition): Check vectorp, not arrayp.Richard M. Stallman1997-05-301-1/+1
* (substitute-key-definition): Fix previous change.Richard M. Stallman1997-05-251-3/+2
* (substitute-key-definition): Handle chartables.Richard M. Stallman1997-05-221-1/+38
* (read-quoted-char): Don't mask down to 8 bits.Richard M. Stallman1997-05-091-1/+1
* (make-syntax-table): Doc fix.Richard M. Stallman1997-05-011-2/+4
* (shell-quote-argument): Quote null string usefully.Richard M. Stallman1997-05-011-9/+11
* (kbd): New macro.Richard M. Stallman1997-04-131-0/+6
* (functionp): New function.Richard M. Stallman1997-04-121-0/+6
* (substitute-key-definition):Richard M. Stallman1997-03-221-2/+8
* (when, unless): Symbol props moved from cl.el.Karl Heuer1997-03-141-2/+6
* Fix typo in previous change.Karl Heuer1997-03-121-1/+1
* (combine-after-change-calls): Doc fix.Karl Heuer1997-03-111-2/+17
* (when, unless): Definitions moved from cl.el.Richard M. Stallman1997-01-081-10/+6
* (define-key-after): If AFTER is t, always put new binding at the end.Richard M. Stallman1996-11-101-4/+11
* (combine-after-change-calls): New macro.Richard M. Stallman1996-11-091-0/+18
* (define-function): Define as alias for defalias.Richard M. Stallman1996-10-121-0/+1
* (with-current-buffer): Minor cleanup.Erik Naggum1996-10-031-56/+38
* (with-temp-file): New macro.Richard M. Stallman1996-09-281-2/+48
* (split-string): Fix minor bug.Richard M. Stallman1996-09-251-1/+1
* (split-string): New function.Richard M. Stallman1996-09-241-0/+21
* (with-output-to-string): New macro.Richard M. Stallman1996-09-241-0/+15
* (run-hooks): defconst deleted.Richard M. Stallman1996-09-231-6/+0
* (eql): Incorrect definition deleted.Richard M. Stallman1996-09-221-1/+0
* (with-current-buffer): New macro.Richard M. Stallman1996-09-221-0/+7
* (save-match-data): Fix typo in previous change.Richard M. Stallman1996-08-301-1/+1
* (save-match-data): Fix previous change.Richard M. Stallman1996-08-291-2/+2
* (save-match-data): Use save-match-data-internalRichard M. Stallman1996-08-281-5/+10
* (keyboard-translate): Use a char-table.Richard M. Stallman1996-08-211-12/+5
* (unfocus-frame, focus-frame): Define as no-ops.Miles Bader1996-07-041-0/+2
* 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