# HG changeset patch # User ben # Date 1108005975 0 # Node ID 1fc205405d85143777c2d44002dbaf40f17796f9 # Parent 1b83516560136eb3b0672cdbb62620c73eed829c [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. diff -r 1b8351656013 -r 1fc205405d85 lisp/ChangeLog --- 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 + + * dumped-lisp.el (preloaded-file-list): + Move paragraphs later so that decode-coding-string is defined. + 2005-02-09 Ben Wing * paragraphs.el (sentence-end): diff -r 1b8351656013 -r 1fc205405d85 lisp/dumped-lisp.el --- 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")