diff lisp/ChangeLog @ 68660:a747e863fd26

Clean up name space. (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n. (nroff-mode): Obey the global setting of nroff-electric-mode. (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 Feb 2006 23:13:22 +0000
parents 3d624f4184ec
children 103edc4c0d82
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Feb 06 21:10:13 2006 +0000
+++ b/lisp/ChangeLog	Mon Feb 06 23:13:22 2006 +0000
@@ -1,5 +1,10 @@
 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* textmodes/nroff-mode.el: Clean up name space.
+	(nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
+	(nroff-mode): Obey the global setting of nroff-electric-mode.
+	(nroff-electric-mode): Use define-minor-mode and derived-mode-p.
+
 	* calendar/calendar.el (calendar-increment-month): Typo in last change.
 
 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>