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

22 Commits

Author SHA1 Message Date
Dave Love
3eef341ac1 (unload-feature): Call elp-restore-function,
checking for symbols; don't use elp-restore-all.
(loadhist-hook-functions): Doc fix.
2000-10-31 12:02:51 +00:00
Dave Love
2249360b63 (unload-feature): Maybe call elp-restore-list and
ad-unadvise.
2000-09-17 19:29:19 +00:00
Stefan Monnier
057ab2946f (unload-feature): Typo. 2000-08-16 20:51:48 +00:00
Dave Love
28d8dff137 (loadhist-hook-functions): Remove before-change-function,
after-change-function.
(unload-feature): Deal with symbols which are both bound and fbound.
2000-05-31 23:02:45 +00:00
Dave Love
4370a375b2 (unload-feature): Fix interactive spec [from
lijnzaad@ebi.ac.uk].
2000-05-26 11:06:05 +00:00
Dave Love
53c1fa0f50 (feature-symbols, file-provides, file-requires): Use mapc.
(feature-file): Avoid calling symbol-name.  Doc fix.
(file-set-intersect, file-dependents): Use dolist, not mapcar.
(loadhist-hook-functions): Add mouse-position-function.
(unload-feature): Change uses of mapcar.
2000-05-22 19:35:34 +00:00
Karl Heuer
e88b8369a6 (load-history-loaded): defvar moved to help.el. 1998-12-10 03:25:15 +00:00
Richard M. Stallman
5106ed5f9c (symbol-file): Doc fix. 1998-11-29 16:39:38 +00:00
Eli Zaretskii
3025dc8868 (symbol-file): For ms-dos, use fns.el without the
version string.
1998-11-12 11:44:53 +00:00
Eli Zaretskii
5f1af2d872 (symbol-file): Run fns-VERSION.el through
convert-standard-filename.
1998-11-08 17:24:16 +00:00
Andreas Schwab
5f15b2efed (symbol-file): Load fns-*.el from exec-directory
instead of data-directory since it is architecture dependent.
(load-history-loaded): Update doc string.
1998-10-30 09:53:51 +00:00
Karl Heuer
1cc0e30789 (load-history-loaded): New variable.
(symbol-file): Load etc/fns-VERSION.el if that has not been done.
1998-09-21 16:32:55 +00:00
Richard M. Stallman
fde4581d31 (read-feature): Doc fix.
(loadhist-hook-functions): New variable.
(unload-feature): Act on FEATURE-unload-hook or look for unloaded
functions on hooks and remove them.
1998-06-13 01:38:33 +00:00
Richard M. Stallman
d4708676d2 (read-feature): New function.
(unload-feature): Read FEATURE interactively with read-feature.
1996-09-12 18:31:16 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
a5c31fa1f0 (unload-feature): Delete the file's load-history element.
(file-set-intersect): Renamed from set-intersect.
(file-dependents): Use new name.
1995-08-02 18:34:19 +00:00
Karl Heuer
c344d4be62 (unload-feature): When we come to (provide . FEATURE),
remove FEATURE from the features list.
1995-05-18 16:51:35 +00:00
Karl Heuer
131a0c0129 Comment changes. 1995-04-08 02:24:20 +00:00
Richard M. Stallman
e01ac82c3e (unload-feature): Don't care if FILE is a dependency of itself. 1995-01-20 23:13:51 +00:00
Richard M. Stallman
96c3ed60ae (unload-feature): The autoload property does not
tart with `autoload'.
1994-07-01 17:14:19 +00:00
Richard M. Stallman
67fc28a745 (unload-feature): Ignore conses in the feature-symbols. 1993-12-24 07:29:39 +00:00
Richard M. Stallman
2b86d62c8f entered into RCS 1993-04-16 23:43:57 +00:00