Gerd Moellmann
13157efca3
(remove, remq): New functions.
2000-07-27 20:08:47 +00:00
Stefan Monnier
2598a293ae
Update calls to make-obsolete with a WHEN argument.
2000-06-01 05:07:32 +00:00
Stefan Monnier
e4da9c1c34
(remove-hook): Don't turn the hook's value into a list.
2000-05-21 23:24:18 +00:00
Stefan Monnier
dd6b8ea7a8
(remove-hook): setq' hook-value, not
set'.
2000-05-16 21:37:32 +00:00
Sam Steingold
2248c40dab
(add-hook): setq hook-value, not set
2000-05-16 14:47:46 +00:00
Gerd Moellmann
739f26728c
(substitute-key-definition): Add comment describing
...
the meaning of PREFIX.
2000-05-11 09:28:06 +00:00
Stefan Monnier
8947a5e232
(add-hook, remove-hook): Make hook buffer-local if needed..
...
(add-minor-mode): Don't make the variable buffer-local and add a
reference to define-minor-mode in the docstring.
2000-05-10 22:40:17 +00:00
Gerd Moellmann
4656b31490
(substitute-key-definition): Clarify documentation.
2000-05-04 20:21:58 +00:00
Gerd Moellmann
49102500cc
(add-minor-mode): Handle AFTER for keymaps. Don't
...
set TOGGLE's value.
2000-05-03 12:33:16 +00:00
Gerd Moellmann
c94f467716
*** empty log message ***
2000-04-28 11:53:43 +00:00
Gerd Moellmann
5f68f6e85a
(add-minor-mode): Use set' instead of
setq'.
2000-04-27 10:40:58 +00:00
Gerd Moellmann
b35bd33d35
(add-minor-mode): Make argument MAP optional.
2000-04-26 18:50:09 +00:00
Gerd Moellmann
d7d47268cc
(add-minor-mode): New function.
2000-04-26 17:33:40 +00:00
Richard M. Stallman
42ccb7c867
(read-passwd): Use read-char-exclusive.
2000-04-17 16:08:26 +00:00
Gerd Moellmann
cbbc320513
(member-ignore-case): New function.
2000-04-03 19:29:56 +00:00
Stefan Monnier
c834b52cdc
(combine-run-hooks): New function.
2000-03-21 15:28:44 +00:00
Dave Love
1697159cc1
(replace-regexp-in-string): Renamed from
...
replace-regexps-in-string. Doc fix.
2000-03-14 22:57:28 +00:00
Stefan Monnier
a9853251a3
(replace-regexps-in-string): Properly handle the case where
...
we match an empty string.
2000-03-08 23:49:09 +00:00
Gerd Moellmann
d3a61a1191
(assq-delete-all): Renamed from assoc-delete-all.
...
Don't copy alist.
2000-02-29 10:13:42 +00:00
Dave Love
4ced66fd68
(define-key-after): Default AFTER to t. Doc fix.
2000-02-23 11:40:06 +00:00
Dave Love
b021ef186f
(when, unless, split-string): Doc fix.
...
(read-passwd): Move call of clear-this-command-keys to the right
place.
(replace-regexps-in-string): New function.
2000-02-22 20:16:31 +00:00
Dave Love
4ce72c0d79
Move out indent and edebug specs for when and unless.
2000-01-28 22:10:18 +00:00
Richard M. Stallman
b3f070938b
(with-syntax-table): Use make-symbol, not gensym.
2000-01-21 03:40:33 +00:00
Richard M. Stallman
e4295aa11f
Make the definitions of dolist and dotimes work
...
without the rest of CL.
2000-01-21 03:38:12 +00:00
Richard M. Stallman
a0b0756a71
(dolist, dotimes): Moved from cl-macs.el.
2000-01-21 02:08:58 +00:00
Richard M. Stallman
7e8539cc68
(with-syntax-table): Moved from simple.el.
2000-01-12 03:04:55 +00:00
Paul Eggert
64ed733ada
Fix bootstrapping problems.
...
Use the system locale to specify Emacs locale defaults.
* international/mule-cmds.el (global-map):
Do not use backquote, because that makes a bootstrapping
problem if you need to recompile all Lisp files using interpreted code.
* international/mule.el (charset-id, charset-bytes,
charset-dimension, charset-chars, charset-width,
charset-direction, charset-iso-final-char,
charset-iso-graphic-plane, charset-reverse-charset,
charset-short-name, charset-long-name, charset-description,
charset-plist): Likewise.
* subr.el (save-match-data): Likewise.
* international/mule-cmds.el
(set-display-table-and-terminal-coding-system): New function,
containing code migrated out of set-language-environment.
(set-language-environment, set-locale-environment): Use it.
(locale-translation-file-name): Moved here from startup.el.
(locale-language-names, locale-preferred-coding-systems):
New vars.
(locale-name-match, set-locale-environment): New functions.
* language/japan-util.el (setup-japanese-environment-internal):
Prefer japanese-iso-8bit if the system-type is usg-unix-v.
* startup.el (iso-8859-n-locale-regexp): Remove.
(locale-translation-file-name): Move to mule-cmds.el.
(command-line): Move locale-stuff into set-locale-environment.
1999-10-19 07:18:58 +00:00
Stefan Monnier
ce87039d4d
* subr.el (with-current-buffer): don't use backquotes to avoid
...
bootstrapping problems.
loadup.el (load-path): add subdirs for bootstrapping.
(docstrings): ignore errors during bootstrapping.
(args): new `bootstrap' argument (for use in place of `dump').
1999-10-13 00:21:07 +00:00
Eli Zaretskii
8ee75d0316
(shell-quote-argument): Quote argument with double
...
quotes for ms-dos.
1999-09-14 10:11:19 +00:00
Richard M. Stallman
cdd9f64394
(make-temp-file): New function.
1999-09-11 01:08:15 +00:00
Richard M. Stallman
fa65505b4d
(push): Doc fix.
1999-09-07 06:37:06 +00:00
Dave Love
22d85d00b0
(push): Fix typo.
1999-08-31 13:12:46 +00:00
Richard M. Stallman
1be152fc1a
Fix previous change.
1999-08-29 20:27:40 +00:00
Richard M. Stallman
d270117a18
(push, pop): New macros.
1999-08-29 20:23:54 +00:00
Karl Heuer
98aae5f636
(assoc-ignore-case, assoc-ignore-representation): Moved here from simple.el.
1999-08-16 21:04:49 +00:00
Karl Heuer
475fb2fb88
(point-at-eol, point-at-bol): New aliases.
1999-08-16 20:57:24 +00:00
Dave Love
a62d669550
(assoc-delete-all): New function, renamed from frame-delete-all.
1999-07-30 18:40:22 +00:00
Richard M. Stallman
508bcbcaad
(add-to-list): Doc fix.
1999-05-22 19:42:01 +00:00
Karl Heuer
aadf7ff324
(with-temp-message): Fix the other call to message to use %s.
1999-05-07 09:42:50 +00:00
Karl Heuer
7554590250
(with-temp-message): Use %s so % in old msg won't fool us.
1999-02-23 22:09:03 +00:00
Richard M. Stallman
c306e0e09f
(momentary-string-display): Bind inhibit-read-only.
1999-02-16 00:52:36 +00:00
Dan Nicolaescu
e93b8cbb7e
*** empty log message ***
1999-02-02 02:26:12 +00:00
Andrew Innes
1ccaea525e
(subst-char-in-string): New function.
1999-01-17 18:55:53 +00:00
Simon Marshall
a600effe5f
Doc fix.
1999-01-06 15:23:46 +00:00
Simon Marshall
110201c8f7
(with-temp-message): Don't display MESSAGE if nil.
1999-01-06 10:05:50 +00:00
Karl Heuer
acc81368d1
(read-passwd): Ignore input methods.
1998-12-16 20:51:34 +00:00
Richard M. Stallman
71c78f01ad
(make-local-hook): Return the hook variable.
1998-11-30 23:44:10 +00:00
Simon Marshall
e5bb8a8cd8
Added with-temp-message.
1998-11-19 09:43:40 +00:00
Richard M. Stallman
8723b7f3eb
(read-passwd): Use clear-this-command-keys.
1998-10-13 03:44:06 +00:00
Dave Love
cf4a60a319
(remove-hook): Check list values to avoid errors.
1998-09-21 17:57:46 +00:00