User: ben
Date: 05/02/04 00:59:18
Modified: xemacs/lisp ChangeLog dumped-lisp.el
Log:
document that paragraphs needs easy-mmode
dumped-lisp.el: Document that paragraphs needs easy-mmode.
Revision Changes Path
1.630 +5 -0 XEmacs/xemacs/lisp/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.629
retrieving revision 1.630
diff -u -b -r1.629 -r1.630
--- ChangeLog 2005/02/03 23:56:52 1.629
+++ ChangeLog 2005/02/03 23:59:15 1.630
@@ -1,5 +1,10 @@
2005-02-03 Ben Wing <ben(a)xemacs.org>
+ * dumped-lisp.el (preloaded-file-list):
+ Document that paragraphs needs easy-mmode.
+
+2005-02-03 Ben Wing <ben(a)xemacs.org>
+
* packages.el (package-suppress): New.
Add actual command to suppress packages.
1.53 +1 -1 XEmacs/xemacs/lisp/dumped-lisp.el
(In the diff below, changes in quantity of whitespace are not shown.)
Index: dumped-lisp.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/dumped-lisp.el,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- dumped-lisp.el 2005/02/03 21:27:59 1.52
+++ dumped-lisp.el 2005/02/03 23:59:16 1.53
@@ -106,7 +106,7 @@
"iso8859-1" ; This must be before any modes
; (sets standard syntax table.)
"easy-mmode" ; Added for 21.5.
- "paragraphs"
+ "paragraphs" ; needs easy-mmode
"easymenu" ; Added for 20.3.
"lisp-mode"
"text-mode"