comparison lisp/ChangeLog @ 110498:7d1ae818a5d2

Define ld-script auto-mode-alist entries in the standard place. * lisp/progmodes/ld-script.el (auto-mode-alist): Move to files.el. * lisp/files.el (auto-mode-alist): Move ld-script entries here, further down the list.
author Glenn Morris <rgm@gnu.org>
date Thu, 23 Sep 2010 00:26:10 -0700
parents f7314f69b999
children c5db1b9154cc
comparison
equal deleted inserted replaced
110497:f7314f69b999 110498:7d1ae818a5d2
1 2010-09-23 Glenn Morris <rgm@gnu.org> 1 2010-09-23 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4 * files.el (auto-mode-alist): Move ld-script entries here, further down
5 the list.
2 6
3 * vc/add-log.el: Don't require timezone when compiling. 7 * vc/add-log.el: Don't require timezone when compiling.
4 (timezone-make-date-sortable): Autoload it. 8 (timezone-make-date-sortable): Autoload it.
5 (change-log-sortable-date-at): Don't require timezone. 9 (change-log-sortable-date-at): Don't require timezone.
6 Use `ignore-errors'. 10 Use `ignore-errors'.