1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

189 Commits

Author SHA1 Message Date
Richard M. Stallman
526d204e20 (assoc-default): New function. 1998-07-31 10:53:30 +00:00
Richard M. Stallman
8c05b76c93 (read-quoted-char): Bind input-method-function to nil. 1998-07-14 08:15:51 +00:00
Richard M. Stallman
a180f6a544 (add-hook): Use member if FUNCTION is a compiled function. 1998-07-07 08:24:39 +00:00
Dave Love
d46490e312 (remove-hook): Fix spurious quote. 1998-04-21 18:38:34 +00:00
Richard M. Stallman
ff663bbec9 (local-set-key, global-set-key): Return what define-key returns. 1998-04-16 05:40:48 +00:00
Karl Heuer
15171a06d3 (add-to-list): Always return updated value of LIST-VAR. 1998-04-07 18:22:28 +00:00
Richard M. Stallman
024ae2c6d6 (save-match-data): store-match-data => set-match-data.
(store-match-data): This is now the alias,
set-match-data is now the primitive.

(momentary-string-display): Pass t as UPDATE to window-end.
1998-03-14 08:15:36 +00:00
Richard M. Stallman
44071d6b2c (read-passwd): Renamed from read-password. New second arg CONFIRM. 1998-03-08 00:16:38 +00:00
Kenichi Handa
8b52e89266 (sref): Increase CHAR in the while loop. 1998-03-04 07:42:24 +00:00
Kenichi Handa
7070190281 (sref): Typo in doc-string fixed. 1998-03-03 01:35:39 +00:00
Richard M. Stallman
569b03f243 (read-quoted-char): Doc fix. 1998-02-28 19:00:34 +00:00
Kenichi Handa
66353e86d1 * subr.el (sref): Doc-string added. 1998-02-20 01:43:38 +00:00
Richard M. Stallman
4fb1703731 (suspend-hook, suspend-resume-hook): New defvars. 1998-02-04 21:04:41 +00:00
Richard M. Stallman
97d26a9743 (momentary-string-display): Fix backward test
for whether end of message is off the screen.
1998-01-20 04:56:52 +00:00
Richard M. Stallman
6bb762b324 (sref): Defined. 1998-01-09 22:13:08 +00:00
Richard M. Stallman
bb760c71f4 (match-string-no-properties): New function. 1997-12-21 02:08:37 +00:00
Richard M. Stallman
b222b78673 (split-string): Handle empty matches reasonably. 1997-12-21 01:35:50 +00:00
Richard M. Stallman
e0e4cb7afa (read-password): New function. 1997-12-21 00:50:07 +00:00
Karl Heuer
7bba18953e (global-set-key, local-set-key): Doc fix. 1997-12-04 05:28:27 +00:00
Richard M. Stallman
68e3e5f5e2 Comment change. 1997-09-01 19:42:16 +00:00
Richard M. Stallman
369fba5fb7 (last): Accept optional second argument. 1997-08-27 22:34:30 +00:00
Richard M. Stallman
e8c32c9941 (last): New function. 1997-08-23 19:10:42 +00:00
Richard M. Stallman
d370591d58 (caar, cadr, cdar, cddr): Definitions moved here and changed into defsubsts. 1997-08-23 18:55:52 +00:00
Richard M. Stallman
c029995c63 (functionp): Use byte-code-function-p, not compiled-function-p. 1997-08-05 20:52:56 +00:00
Richard M. Stallman
bf896a1b80 (read-quoted-char): Fix handling of meta-chars. 1997-08-05 20:51:55 +00:00
Richard M. Stallman
92304bc8c7 (read-quoted-char): Consistently downcase letter "digits". 1997-07-26 22:21:49 +00:00
Richard M. Stallman
4867f7b269 (read-quoted-char): Convert function keys like Return
into ASCII equivalents.
1997-07-24 17:01:46 +00:00
Richard M. Stallman
77a5664f19 (custom-declare-variable-early): New function.
(custom-declare-variable-list): New variable.
(read-quoted-char-radix): Use defvar and custom-declare-variable-early.

(functionp): Doc fix.
1997-07-20 17:36:48 +00:00
Richard M. Stallman
1ba764decd (read-quoted-char): Handle non-character events. 1997-07-17 06:24:48 +00:00
Richard M. Stallman
2444730b8b (read-quoted-char): Read any number of octal digits,
and ignore a space if that terminates the octal digits.
1997-07-16 05:34:38 +00:00
Richard M. Stallman
916cc49f93 (substitute-key-definition): Check vectorp, not arrayp. 1997-05-30 19:21:06 +00:00
Richard M. Stallman
9a5114ac7e (substitute-key-definition): Fix previous change. 1997-05-25 18:05:58 +00:00
Richard M. Stallman
97fd9abf62 (substitute-key-definition): Handle chartables. 1997-05-22 19:00:25 +00:00
Richard M. Stallman
637b47089a (read-quoted-char): Don't mask down to 8 bits. 1997-05-09 06:31:04 +00:00
Richard M. Stallman
888eb98e2f (make-syntax-table): Doc fix. 1997-05-01 06:47:29 +00:00
Richard M. Stallman
e1b65a6bd8 (shell-quote-argument): Quote null string usefully. 1997-05-01 02:03:16 +00:00
Richard M. Stallman
d128fe8571 (kbd): New macro. 1997-04-13 08:08:11 +00:00
Richard M. Stallman
a9a44ed170 (functionp): New function. 1997-04-12 19:13:07 +00:00
Richard M. Stallman
328a37ec31 (substitute-key-definition):
Compare with equal if definition is a key sequence.
1997-03-22 03:55:21 +00:00
Karl Heuer
11d431add7 (when, unless): Symbol props moved from cl.el.
(add-to-invisibility-spec): Add to beginning, not end.
1997-03-14 17:58:03 +00:00
Karl Heuer
071a2a7132 Fix typo in previous change. 1997-03-12 02:08:10 +00:00
Karl Heuer
31aa282eeb (combine-after-change-calls): Doc fix.
(add-to-invisibility-spec, remove-from-invisibility-spec):
New functions.
1997-03-11 23:55:24 +00:00
Richard M. Stallman
debff3c309 (when, unless): Definitions moved from cl.el. 1997-01-08 06:09:02 +00:00
Richard M. Stallman
c34a9d34a6 (define-key-after): If AFTER is t, always put new binding at the end. 1996-11-10 05:02:38 +00:00
Richard M. Stallman
2ec9c94e21 (combine-after-change-calls): New macro. 1996-11-09 21:46:35 +00:00
Richard M. Stallman
ae1cc0311c (define-function): Define as alias for defalias. 1996-10-12 23:54:53 +00:00
Erik Naggum
a2fdb55cd3 (with-current-buffer): Minor cleanup.
(with-temp-file): Support for arguments nil and t removed.
(with-temp-buffer): Use this new macro instead.
(with-output-to-string): Rewrite.
1996-10-03 02:13:52 +00:00
Richard M. Stallman
a7ed4c2a6e (with-temp-file): New macro. 1996-09-28 04:16:00 +00:00
Richard M. Stallman
7eb47123cb (split-string): Fix minor bug. 1996-09-25 22:35:17 +00:00
Richard M. Stallman
edce365443 (split-string): New function. 1996-09-24 21:19:03 +00:00