comparison lisp/ChangeLog @ 29091:97880d1c38e0

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 22 May 2000 19:53:14 +0000
parents 602b7988fdb1
children ba9cfbfc601e
comparison
equal deleted inserted replaced
29090:86d462e378ce 29091:97880d1c38e0
1 2000-05-22 Dave Love <fx@gnu.org>
2
3 * loadhist.el (feature-symbols, file-provides, file-requires): Use
4 mapc.
5 (feature-file): Avoid calling symbol-name. Doc fix.
6 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7 (loadhist-hook-functions): Add mouse-position-function.
8 (unload-feature): Change uses of mapcar.
9
10 * files.el (parse-colon-path): Doc fix.
11 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12 (set-auto-mode): Use mapc.
13
14 * complete.el (PC-look-for-include-file): Use :alnum: character
15 class.
16 (partial-completion-mode): Add autoload cookie.
17
1 2000-05-22 Sam Steingold <sds@gnu.org> 18 2000-05-22 Sam Steingold <sds@gnu.org>
2 19
3 * info.el (Info-fontify-node): fixed the call to 20 * info.el (Info-fontify-node): fixed the call to
4 `add-text-properties' (bug introduced on 2000-05-18). 21 `add-text-properties' (bug introduced on 2000-05-18).
5 22