comparison 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
comparison
equal deleted inserted replaced
68659:acb7a1c16a3d 68660:a747e863fd26
1 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca> 1 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/nroff-mode.el: Clean up name space.
4 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5 (nroff-mode): Obey the global setting of nroff-electric-mode.
6 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2 7
3 * calendar/calendar.el (calendar-increment-month): Typo in last change. 8 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4 9
5 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org> 10 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6 11