aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bootstrapping problems.Paul Eggert1999-10-191-5/+9
* * subr.el (with-current-buffer): don't use backquotes to avoidStefan Monnier1999-10-131-3/+3
* (shell-quote-argument): Quote argument with doubleEli Zaretskii1999-09-141-2/+13
* (make-temp-file): New function.Richard M. Stallman1999-09-111-0/+24
* (push): Doc fix.Richard M. Stallman1999-09-071-1/+1
* (push): Fix typo.Dave Love1999-08-311-2/+2
* Fix previous change.Richard M. Stallman1999-08-291-4/+4
* (push, pop): New macros.Richard M. Stallman1999-08-291-0/+15
* (assoc-ignore-case, assoc-ignore-representation): Moved here from simple.el.Karl Heuer1999-08-161-0/+22
* (point-at-eol, point-at-bol): New aliases.Karl Heuer1999-08-161-0/+2
* (assoc-delete-all): New function, renamed from frame-delete-all.Dave Love1999-07-301-0/+11
* (add-to-list): Doc fix.Richard M. Stallman1999-05-221-0/+2
* (with-temp-message): Fix the other call to message to use %s.Karl Heuer1999-05-071-1/+1
* (with-temp-message): Use %s so % in old msg won't fool us.Karl Heuer1999-02-231-2/+2
* (momentary-string-display): Bind inhibit-read-only.Richard M. Stallman1999-02-161-1/+1
* *** empty log message ***Dan Nicolaescu1999-02-021-1/+1
* (subst-char-in-string): New function.Andrew Innes1999-01-171-0/+11
* Doc fix.Simon Marshall1999-01-061-2/+4
* (with-temp-message): Don't display MESSAGE if nil.Simon Marshall1999-01-061-4/+9
* (read-passwd): Ignore input methods.Karl Heuer1998-12-161-1/+1
* (make-local-hook): Return the hook variable.Richard M. Stallman1998-11-301-1/+4
* Added with-temp-message.Simon Marshall1998-11-191-7/+20
* (read-passwd): Use clear-this-command-keys.Richard M. Stallman1998-10-131-0/+1
* (remove-hook): Check list values to avoid errors.Dave Love1998-09-211-2/+3
* (sref): Make it an alias of aref. Make theKenichi Handa1998-08-281-8/+3
* (read-quoted-char): Don't bind input-method-function;Richard M. Stallman1998-08-181-4/+1
* (add-hook): Use byte-code-function-p, not compiled-function-p.Richard M. Stallman1998-08-081-2/+2
* (assoc-default): Rewrite not to use dolist.Richard M. Stallman1998-08-081-10/+16
* (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