Stefan Monnier
|
e9f13a9580
|
(symbol-file): Also work for autoloaded funcs.
(syntax-after): New fun moved from syntax.el.
|
2002-09-09 23:13:18 +00:00 |
|
Kim F. Storm
|
177aef40f0
|
(read-quoted-char): Apply listify-key-sequence to vector
returned by this-single-command-raw-keys before appending it to
unread-command-event.
|
2002-09-07 22:50:58 +00:00 |
|
Juanma Barranquero
|
112f332f21
|
(make-variable-frame-localizable): New alias for `make-variable-frame-local'.
|
2002-08-28 06:43:11 +00:00 |
|
Kim F. Storm
|
098ba98322
|
(suppress-keymap): Use command remapping instead of
substitute-key-definition to undefine self-inserting keys.
|
2002-08-26 12:38:59 +00:00 |
|
Sam Steingold
|
a96735b8af
|
(eval-after-load): Do not call load-symbol-file-load-history (deleted)
|
2002-08-24 14:40:09 +00:00 |
|
Richard M. Stallman
|
a2c4ae0156
|
(symbol-file-load-history-loaded)
(load-symbol-file-load-history): Deleted.
(symbol-file): Don't call load-symbol-file-load-history.
|
2002-08-24 02:58:53 +00:00 |
|
Richard M. Stallman
|
b9ab4064a8
|
(atomic-change-group): Doc fix.
|
2002-08-02 17:59:22 +00:00 |
|
Juanma Barranquero
|
bd292357c4
|
(unread-command-char, executing-macro, post-command-idle-hook,
post-command-idle-delay): Move obsolescence declarations from subr.el.
(directory-sep-char, mode-line-inverse-video): Add obsolescence declaration.
|
2002-07-19 11:37:01 +00:00 |
|
Juanma Barranquero
|
b4591b37dc
|
(dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
compiled-function-p, define-function): Move obsolescence declarations from
subr.el
|
2002-07-19 06:25:06 +00:00 |
|
Stefan Monnier
|
9e028368b5
|
(insert-string): Update the obsolete info.
(makehash): Move from C and mark obsolete.
|
2002-07-07 20:48:58 +00:00 |
|
Juanma Barranquero
|
9af6aa14ad
|
(chars-in-region): Add obsolescence declaration for `chars-in-region'.
|
2002-07-03 09:17:47 +00:00 |
|
Juanma Barranquero
|
8eb9395378
|
(char-bytes): Fix obsolescence declaration.
(make-local-hook): Likewise.
(baud-rate): Remove redundant info from docstring.
|
2002-06-27 16:08:56 +00:00 |
|
Stefan Monnier
|
5ef6a86d2e
|
(event-start, event-end, event-click-count):
Accept non-mouse events as well.
(read-key): New function.
(read-quoted-char): Use it. Use this-single-command-raw-keys as well.
|
2002-06-23 22:13:15 +00:00 |
|
Miles Bader
|
54993fa4b2
|
(pop): Move the call to `car' outside the prog1, as the compiler
generate better code for it.
|
2002-06-14 06:15:32 +00:00 |
|
Miles Bader
|
68b0895090
|
(copy-tree): Use nconc' and nreverse' instead of `nreconc'.
|
2002-06-14 05:49:03 +00:00 |
|
Richard M. Stallman
|
cfebd4db43
|
(copy-list): Moved to cl.el.
(copy-tree): Don't use copy-list or cl-pop.
|
2002-06-10 09:01:08 +00:00 |
|
Colin Walters
|
a176c9ebfb
|
(copy-list): Moved here from cl.el.
(copy-tree): Renamed here from `cl-copy-tree' in cl.el.
|
2002-06-08 20:48:15 +00:00 |
|
Richard M. Stallman
|
7aaacaff5b
|
(open-network-stream, open-network-stream-nowait)
(open-network-stream-server, process-kill-without-query): Moved from simple.el.
|
2002-05-30 17:12:53 +00:00 |
|
Richard M. Stallman
|
d7d563e3fa
|
(functionp): Catch errors in indirect-function.
|
2002-05-12 16:41:11 +00:00 |
|
Pavel Janík
|
307645975c
|
Follow coding conventions.
|
2002-05-02 05:41:46 +00:00 |
|
Kim F. Storm
|
8ed59ad570
|
(remove-yank-excluded-properties): New helper function.
(insert-for-yank, insert-buffer-substring-as-yank): Use it.
|
2002-04-29 21:06:51 +00:00 |
|
Richard M. Stallman
|
10cf1ba83a
|
(make-temp-file): New arg SUFFIX.
|
2002-04-28 22:29:38 +00:00 |
|
Richard M. Stallman
|
d86a3084f6
|
(insert-for-yank): Replace `category' property
with whatever properties it stands for.
(member-ignore-case): Ignore non-strings in LIST.
|
2002-04-27 19:49:18 +00:00 |
|
Kim F. Storm
|
3b8690f615
|
(insert-buffer-substring-no-properties): New function.
(insert-buffer-substring-as-yank): New function.
|
2002-04-21 17:00:41 +00:00 |
|
Richard M. Stallman
|
2493767eaa
|
(insert-for-yank): New function.
|
2002-04-19 00:06:54 +00:00 |
|
Richard M. Stallman
|
1087f3e6aa
|
(remove-hook): When there are no more local hooks,
kill the buffer-local value.
|
2002-04-10 14:55:19 +00:00 |
|
Pavel Janík
|
324cd947a2
|
(play-sound): Move here from simple.el.
|
2002-04-07 10:09:39 +00:00 |
|
Richard M. Stallman
|
a9d956befb
|
(redraw-modeline): Define alias.
|
2002-04-01 12:03:14 +00:00 |
|
Richard M. Stallman
|
51fa39614f
|
(play-sound-file): Moved to simple.el.
|
2002-03-29 23:13:26 +00:00 |
|
Richard M. Stallman
|
de9d5ce401
|
(substring-no-properties): Function deleted (now in C).
|
2002-03-26 09:17:56 +00:00 |
|
Gerd Moellmann
|
2c642c03df
|
(macro-declaration-function): New function. Set the
variable macro-declaration-function to it.
|
2002-03-24 19:46:58 +00:00 |
|
Pavel Janík
|
daebae3d8c
|
(add-to-list): Doc fix.
|
2002-03-11 13:31:50 +00:00 |
|
Juanma Barranquero
|
e4d03691de
|
(save-match-data): Doc fix.
|
2002-02-25 17:44:03 +00:00 |
|
Kim F. Storm
|
a2f9aa84c3
|
(global-set-key, local-set-key): Undo 2002-02-06
change (no longer accept a symbol for the KEY argument).
|
2002-02-23 22:26:44 +00:00 |
|
Richard M. Stallman
|
61a3d8c4c4
|
(add-hook): Doc fix.
|
2002-02-20 22:30:39 +00:00 |
|
Kim F. Storm
|
9c874d82af
|
(global-set-key, local-set-key): Accept a symbol for the
KEY argument (like define-key).
|
2002-02-06 23:05:44 +00:00 |
|
Richard M. Stallman
|
dc7566123f
|
(force-mode-line-update): Doc fix.
|
2002-02-06 15:21:20 +00:00 |
|
Richard M. Stallman
|
69cae2d4bf
|
(atomic-change-group, prepare-change-group, activate-change-group)
(accept-change-group, cancel-change-group): New functions.
(add-minor-mode): Include the mode's lighter string
in the minor mode menu item name.
|
2002-02-06 15:20:36 +00:00 |
|
Richard M. Stallman
|
963f49a2b2
|
(remove): Doc fix.
|
2002-01-25 05:05:16 +00:00 |
|
Richard M. Stallman
|
e13541763c
|
(substring-no-properties): New function.
(copy-without-properties): Function deleted.
|
2002-01-25 02:32:18 +00:00 |
|
Richard M. Stallman
|
c5802acf35
|
(copy-without-properties): New function.
|
2002-01-23 17:46:44 +00:00 |
|
Pavel Janík
|
676927b7d8
|
(insert-string): Moved from mocklisp.c, reimplemented in Lisp. Obsoleted.
|
2001-12-22 13:36:12 +00:00 |
|
Richard M. Stallman
|
784bc7cdd9
|
(temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
|
2001-12-16 18:36:50 +00:00 |
|
Richard M. Stallman
|
cad84646a7
|
(with-temp-message): At the end, always discard
the temp message, even by clearing the echo area.
|
2001-12-16 17:41:30 +00:00 |
|
Richard M. Stallman
|
31ca596b97
|
(derived-mode-p): Moved here from derived.el.
|
2001-12-12 09:26:43 +00:00 |
|
Pavel Janík
|
03eeb110b3
|
(ctl-x-4-map): Doc fix.
|
2001-12-11 07:34:39 +00:00 |
|
Stefan Monnier
|
aa3b4ded23
|
(copy-overlay, remove-overlays): New funs.
|
2001-11-28 04:03:53 +00:00 |
|
Richard M. Stallman
|
f1d37f3cab
|
(functionp): Do use cdr-safe on object.
|
2001-11-17 03:53:51 +00:00 |
|
Stefan Monnier
|
a2d7836f5b
|
(eval-after-load): Make it work with features as well.
|
2001-11-16 14:15:08 +00:00 |
|
Miles Bader
|
60ab6064b3
|
(functionp): Don't consider macros as functions.
|
2001-11-09 01:03:03 +00:00 |
|