comparison lisp/ChangeLog @ 54112:72710abb61c0

*** empty log message ***
author Eli Zaretskii <eliz@is.elta.co.il>
date Sat, 21 Feb 2004 14:09:01 +0000
parents 820eaef283d1
children 520476f3222d
comparison
equal deleted inserted replaced
54111:b49a38db4abc 54112:72710abb61c0
1 2004-02-21 Stephen Compall <s11@member.fsf.org> (tiny change) 1 2004-02-21 Stephen Compall <s11@member.fsf.org>
2
3 * saveplace.el (save-place-forget-unreadable-files)
4 (save-place-save-skipped, save-place-skip-check-regexp): New
5 defcustoms.
6 (save-place-forget-unreadable-files): New function.
7 (save-place-alist-to-file): Use it to filter out files that are
8 no longer readable.
2 9
3 * textmodes/texinfo.el (texinfo-insert-@item): Look for the 10 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4 current Texinfo environment, using the same method as in 11 current Texinfo environment, using the same method as in
5 `texinfo-insert-@end', and insert a space rather than a newline if 12 `texinfo-insert-@end', and insert a space rather than a newline if
6 point in a @table environment. 13 point in a @table environment.