aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-06-12 10:11:00 +0000
committerLute Kamstra <[email protected]>2005-06-12 10:11:00 +0000
commit3a1524ed89e5be268a53459883fcad95538c4475 (patch)
tree82ce037385551b5fb4681ae6669500e814aa123b /lisp/ChangeLog
parentca0113b85aa9400056fd45296cd97a6e298e11ee (diff)
(Man-mode-map): Initialize it properly.
(Man-mode): Set mode-class property to special.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 10d61e8b74..f56a50c544 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2005-06-12 Lute Kamstra <[email protected]>
+ * man.el (Man-mode-map): Initialize it properly.
+ (Man-mode): Set mode-class property to special.
+
* calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2005-06-11 Luc Teirlinck <[email protected]>