# HG changeset patch
# User Luc Teirlinck <teirllm@auburn.edu>
# Date 1095727206 0
# Node ID b4cd85fb44e5f97f26b8acaf429dc351c453cbfd
# Parent  2da0a6d97b146ef8853aa863af09bda0d5bc3b04
*** empty log message ***

diff -r 2da0a6d97b14 -r b4cd85fb44e5 lisp/ChangeLog
--- a/lisp/ChangeLog	Tue Sep 21 00:37:22 2004 +0000
+++ b/lisp/ChangeLog	Tue Sep 21 00:40:06 2004 +0000
@@ -1,3 +1,8 @@
+2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
+	after the mode-hooks instead of before.  Doc fix.
+
 2004-09-20  Jason Rumney  <jasonr@gnu.org>
 
 	* startup.el (command-line) [windows-nt]: Try .emacs first, then
@@ -20,9 +25,9 @@
 
 	* eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
 
-	* progmodes/make-mode.el (makefile-fill-paragraph): 
+	* progmodes/make-mode.el (makefile-fill-paragraph):
 	Don't insist on spaces when looking for comments.  # is enough.
-	
+
 	* files.el (hack-local-variables): Copy the variables list
 	to another buffer, strip prefixes and suffixes there, then read.
 	(enable-local-eval): Doc fix.