changeset 2579:1fc205405d85

[xemacs-hg @ 2005-02-10 03:26:14 by ben] also needed for paragraphs patch dumped-lisp.el: Move paragraphs later so that decode-coding-string is defined.
author ben
date Thu, 10 Feb 2005 03:26:15 +0000
parents 1b8351656013
children 30817de5d5ba
files lisp/ChangeLog lisp/dumped-lisp.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 10 03:16:59 2005 +0000
+++ b/lisp/ChangeLog	Thu Feb 10 03:26:15 2005 +0000
@@ -1,3 +1,8 @@
+2005-02-09  Ben Wing  <ben@xemacs.org>
+
+	* dumped-lisp.el (preloaded-file-list):
+	Move paragraphs later so that decode-coding-string is defined.
+
 2005-02-09  Ben Wing  <ben@xemacs.org>
 
 	* paragraphs.el (sentence-end):
--- a/lisp/dumped-lisp.el	Thu Feb 10 03:16:59 2005 +0000
+++ b/lisp/dumped-lisp.el	Thu Feb 10 03:26:15 2005 +0000
@@ -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")