*** empty log message ***

This commit is contained in:
Richard M. Stallman 2005-10-21 17:25:58 +00:00
parent e1f4af40f4
commit 45158e7776
3 changed files with 28 additions and 0 deletions

View file

@ -1,3 +1,18 @@
2005-10-21 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/find-func.el (find-library-name): Doc fix.
* startup.el (command-line): Convert library names
in `load-history' to absolute file names.
* subr.el (symbol-file): Doc fix.
* loadhist.el (file-loadhist-lookup): Call locate-library
instead of find-library-name. Don't try converting
abs file names to library names, since load-history no longer
has library names in it.
(file-dependents, file-provides, file-requires): Doc fixes.
2005-10-21 Juri Linkov <juri@jurta.org>
* progmodes/etags.el (tags-table-mode): New function.

View file

@ -1,3 +1,8 @@
2005-10-21 Richard M. Stallman <rms@gnu.org>
* loading.texi (Where Defined): load-history contains abs file names.
symbol-file returns abs file names.
2005-10-19 Kim F. Storm <storm@cua.dk>
* display.texi (Showing Images): Add max-image-size integer value.

View file

@ -1,3 +1,11 @@
2005-10-21 Richard M. Stallman <rms@gnu.org>
* lread.c (Fload): Simplify gcpro structure.
Gcpro FOUND as well as FILE, but not EFOUND.
Unless preloading, record FOUND instead of FILE in Vload_history.
Rename repeat local FILE to MSG_FILE.
(syms_of_lread) <load-history>: Doc fix.
2005-10-21 Kenichi Handa <handa@m17n.org>
* search.c (boyer_moore): Surround the '||' part of expression in