User: ben
Date: 05/02/10 04:26:17
Modified: xemacs/lisp ChangeLog dumped-lisp.el
Log:
also needed for paragraphs patch
dumped-lisp.el: Move paragraphs later so that decode-coding-string is defined.
Revision Changes Path
1.639 +5 -0 XEmacs/xemacs/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.638
retrieving revision 1.639
diff -u -r1.638 -r1.639
--- ChangeLog 2005/02/10 03:16:58 1.638
+++ ChangeLog 2005/02/10 03:26:14 1.639
@@ -1,5 +1,10 @@
2005-02-09 Ben Wing <ben(a)xemacs.org>
+ * dumped-lisp.el (preloaded-file-list):
+ Move paragraphs later so that decode-coding-string is defined.
+
+2005-02-09 Ben Wing <ben(a)xemacs.org>
+
* paragraphs.el (sentence-end):
Don't have literal chars in the string and don't put the extended
chars in the string unless (featurep 'mule).
1.54 +1 -1 XEmacs/xemacs/lisp/dumped-lisp.el
Index: dumped-lisp.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/dumped-lisp.el,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- dumped-lisp.el 2005/02/03 23:59:16 1.53
+++ dumped-lisp.el 2005/02/10 03:26:15 1.54
@@ -106,7 +106,6 @@
"iso8859-1" ; This must be before any modes
; (sets standard syntax table.)
"easy-mmode" ; Added for 21.5.
- "paragraphs" ; needs easy-mmode
"easymenu" ; Added for 20.3.
"lisp-mode"
"text-mode"
@@ -284,6 +283,7 @@
;; "ediff-hook" ; Packaged.
"fontl-hooks"
"auto-show"
+ "paragraphs" ; needs easy-mmode, coding
"resize-minibuffer"
(when (featurep 'ldap) "ldap")
Show replies by date