NOTE: This patch has been committed.
lisp/ChangeLog addition:
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.
build source patch:
Diff command: bash -ci "cvs-diff --show-c-function -no-changelog "
Files affected: lisp/dumped-lisp.el
Index: lisp/dumped-lisp.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/dumped-lisp.el,v
retrieving revision 1.53
diff -u -p -r1.53 dumped-lisp.el
--- lisp/dumped-lisp.el 2005/02/03 23:59:16 1.53
+++ lisp/dumped-lisp.el 2005/02/10 03:25:37
@@ -106,7 +106,6 @@ in dumped-lisp.el and is not itself list
"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 @@ in dumped-lisp.el and is not itself list
;; "ediff-hook" ; Packaged.
"fontl-hooks"
"auto-show"
+ "paragraphs" ; needs easy-mmode, coding
"resize-minibuffer"
(when (featurep 'ldap) "ldap")
Show replies by date