comparison lisp/ChangeLog @ 61457:a0ead62d5aaa

*** empty log message ***
author Lute Kamstra <lute@gnu.org>
date Mon, 11 Apr 2005 08:10:23 +0000
parents 014fcf8d4038
children 9b546376b4c3
comparison
equal deleted inserted replaced
61456:b36d454902de 61457:a0ead62d5aaa
1 2005-04-11 Lute Kamstra <lute@gnu.org>
2
3 * generic.el: Commentary section cleanup.
4 (generic): Delete.
5 (generic-use-find-file-hook, generic-lines-to-scan)
6 (generic-find-file-regexp, generic-ignore-files-regexp)
7 (default-generic-mode, generic-mode-find-file-hook)
8 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
10 (generic-use-find-file-hook, generic-lines-to-scan)
11 (generic-find-file-regexp, generic-ignore-files-regexp)
12 (default-generic-mode, generic-mode-find-file-hook)
13 (generic-mode-ini-file-find-file-hook): Move from generic.el.
14
1 2005-04-10 Karl Fogel <kfogel@red-bean.com> 15 2005-04-10 Karl Fogel <kfogel@red-bean.com>
2 16
3 * bookmark.el (bookmark-write-file): Catch errors writing file. 17 * bookmark.el (bookmark-write-file): Catch errors writing file.
4 This is the same change as revision 1.30 of saveplace.el. 18 This is the same change as revision 1.30 of saveplace.el.
5 19