diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Sep 23 00:17:08 2010 -0700
+++ b/lisp/ChangeLog	Thu Sep 23 00:26:10 2010 -0700
@@ -1,5 +1,9 @@
 2010-09-23  Glenn Morris  <rgm@gnu.org>
 
+	* progmodes/ld-script.el (auto-mode-alist): Move to files.el.
+	* files.el (auto-mode-alist): Move ld-script entries here, further down
+	the list.
+
 	* vc/add-log.el: Don't require timezone when compiling.
 	(timezone-make-date-sortable): Autoload it.
 	(change-log-sortable-date-at): Don't require timezone.