aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (assoc-default): New function.Richard M. Stallman1998-07-311-0/+12
* (read-quoted-char): Bind input-method-function to nil.Richard M. Stallman1998-07-141-0/+2
* (add-hook): Use member if FUNCTION is a compiled function.Richard M. Stallman1998-07-071-2/+2
* (remove-hook): Fix spurious quote.Dave Love1998-04-211-1/+1
* (local-set-key, global-set-key): Return what define-key returns.Richard M. Stallman1998-04-161-4/+2
* (add-to-list): Always return updated value of LIST-VAR.Karl Heuer1998-04-071-2/+3
* (save-match-data): store-match-data => set-match-data.Richard M. Stallman1998-03-141-3/+3
* (read-passwd): Renamed from read-password. New second arg CONFIRM.Richard M. Stallman1998-03-081-20/+31
* (sref): Increase CHAR in the while loop.Kenichi Handa1998-03-041-1/+2
* (sref): Typo in doc-string fixed.Kenichi Handa1998-03-031-2/+2
* (read-quoted-char): Doc fix.Richard M. Stallman1998-02-281-2/+4
* * subr.el (sref): Doc-string added.Kenichi Handa1998-02-201-0/+2
* (suspend-hook, suspend-resume-hook): New defvars.Richard M. Stallman1998-02-041-0/+6
* (momentary-string-display): Fix backward testRichard M. Stallman1998-01-201-1/+1
* (sref): Defined.Richard M. Stallman1998-01-091-0/+6
* (match-string-no-properties): New function.Richard M. Stallman1997-12-211-0/+15
* (split-string): Handle empty matches reasonably.Richard M. Stallman1997-12-211-2/+15
* (read-password): New function.Richard M. Stallman1997-12-211-0/+22
* (global-set-key, local-set-key): Doc fix.Karl Heuer1997-12-041-10/+15
* Comment change.Richard M. Stallman1997-09-011-1/+1
* (last): Accept optional second argument.Richard M. Stallman1997-08-271-6/+14
* (last): New function.Richard M. Stallman1997-08-231-0/+7
* (caar, cadr, cdar, cddr): Definitions moved here and changed into defsubsts.Richard M. Stallman1997-08-231-0/+16
* (functionp): Use byte-code-function-p, not compiled-function-p.Richard M. Stallman1997-08-051-1/+1
* (read-quoted-char): Fix handling of meta-chars.Richard M. Stallman1997-08-051-4/+6
* (read-quoted-char): Consistently downcase letter "digits".Richard M. Stallman1997-07-261-1/+2
* (read-quoted-char): Convert function keys like ReturnRichard M. Stallman1997-07-241-0/+5
* (custom-declare-variable-early): New function.Richard M. Stallman1997-07-201-3/+16
* (read-quoted-char): Handle non-character events.Richard M. Stallman1997-07-171-6/+19
* (read-quoted-char): Read any number of octal digits,Richard M. Stallman1997-07-161-13/+23
* (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