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 |
|
Miles Bader
|
1cf72ff8eb
|
(functionp): Make work correctly for macros and unbound symbols.
|
2001-11-08 12:12:30 +00:00 |
|
Stefan Monnier
|
0764e16fbe
|
(with-local-quit): New macro.
(make-syntax-table): Always inherit.
(functionp): Be more careful when `object' is a symbol.
|
2001-11-08 00:57:57 +00:00 |
|
Stefan Monnier
|
a13fe4c517
|
(delay-mode-hooks, delayed-mode-hooks, run-mode-hooks): New vars and functions.
(text-clone-maintain, text-clone-create): New functions.
|
2001-10-25 02:26:41 +00:00 |
|
Miles Bader
|
448a01706c
|
(symbol-file-load-history-loaded)
(load-symbol-file-load-history, symbol-file): Moved from `help.el'.
|
2001-10-09 11:14:31 +00:00 |
|
Miles Bader
|
93aca633e1
|
(call-process-shell-command): New function.
|
2001-10-05 12:30:20 +00:00 |
|
Gerd Moellmann
|
08b1f8a12e
|
(define-key-after): Allow `key' to be longer than 1.
(make-local-hook): Make obsolete.
(add-hook, remove-hook): Don't use make-local-hook any more.
(make-syntax-table): Inherit all chars from s-s-t.
|
2001-10-05 09:26:17 +00:00 |
|
Gerd Moellmann
|
0c107014e0
|
(add-minor-mode): Use mode-line-minor-mode-keymap for
the minor mode name.
|
2001-08-09 14:52:27 +00:00 |
|
Pavel Janík
|
60370d4073
|
Some fixes to follow coding conventions.
|
2001-07-15 19:53:53 +00:00 |
|
Miles Bader
|
a27b451eb7
|
(interactive-form): Fix paren typo.
|
2001-03-30 00:53:08 +00:00 |
|
Gerd Moellmann
|
d320078883
|
Fix typo.
|
2001-03-29 14:08:58 +00:00 |
|
Gerd Moellmann
|
f65fab598e
|
(interactive-form): New function.
|
2001-03-29 14:08:34 +00:00 |
|
Gerd Moellmann
|
719349f6d0
|
(read-passwd): Clear command history after each
character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
|
2001-03-28 09:28:15 +00:00 |
|
Dave Love
|
7a0485b2bf
|
(event-basic-type): Doc fix.
|
2001-03-01 18:30:44 +00:00 |
|
Gerd Moellmann
|
fe10cef0d2
|
(read-passwd): Clear Lisp memory holding password.
|
2001-02-15 09:55:47 +00:00 |
|
Richard M. Stallman
|
6bfdc2e29f
|
(last): Handle a list that doesn't end in nil.
|
2001-01-12 19:51:09 +00:00 |
|
Gerd Moellmann
|
422717d17b
|
(eval-after-load): Call load-symbol-file-load-history to
ensure that eval-after-load works for files dumped with Emacs.
|
2001-01-11 14:24:02 +00:00 |
|
Kenichi Handa
|
1c1c65de36
|
(butlast, nbutlast): Moved from cl.el to here.
|
2000-12-28 12:15:44 +00:00 |
|
Stefan Monnier
|
6a84719a02
|
(combine-run-hooks): Remove.
|
2000-12-23 20:53:24 +00:00 |
|
Dave Love
|
19594307c9
|
(eval-after-load): Doc fix.
|
2000-12-20 20:09:59 +00:00 |
|
Stefan Monnier
|
6ad948eb50
|
(combine-run-hooks): Only run-hooks if there's a hook to run.
|
2000-11-29 14:53:45 +00:00 |
|
Miles Bader
|
242c13e8b2
|
(member-ignore-case): Return the tail of the list who's car matches,
like `member', not the matching element itself.
|
2000-11-29 04:36:30 +00:00 |
|
Stefan Monnier
|
e6e71807ad
|
Undoing the changes erroneously committed just before.
|
2000-11-23 22:57:46 +00:00 |
|
Stefan Monnier
|
79372165fe
|
(add-hook, remove-hook): Don't call make-local-hook
if the variable is make-variable-buffer-local.
|
2000-11-23 22:54:54 +00:00 |
|
Stefan Monnier
|
c344cf32d5
|
(make-local-hook): Docstring fix.
|
2000-11-21 21:35:38 +00:00 |
|
Miles Bader
|
c8bfa68964
|
(add-to-list): Add optional argument APPEND.
|
2000-10-10 02:47:30 +00:00 |
|