X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6..c0466914ba3ad88c402b0301646b4b5db8aeb913:/lisp/loadup.el diff --git a/lisp/loadup.el b/lisp/loadup.el index 7691482f4e..affaf03b92 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -1,7 +1,7 @@ ;;; loadup.el --- load up standardly loaded Lisp files for Emacs ;; Copyright (C) 1985, 1986, 1992, 1994, 2001, 2002, 2003, -;; 2004, 2005, 2006 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal @@ -88,8 +88,8 @@ ;; multilingual text. (load "international/mule-cmds") (load "case-table") -(load "composite") (load "international/characters") +(load "composite") ;; This file doesn't exist when building Emacs from CVS. It is ;; generated just after temacs is build. (load "international/charprop.el" t)