aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-02-18 01:08:37 -0800
committerGlenn Morris2010-02-18 01:08:37 -0800
commit332085327c2ec4de221c5ea5de1bbabb3da7827a (patch)
treeedcae2823df92c4f509a7e9dd58d88013c775fbf
parent4f3bc373f19fed594b67bd36b76aedd535f05e53 (diff)
downloademacs-332085327c2ec4de221c5ea5de1bbabb3da7827a.tar.gz
emacs-332085327c2ec4de221c5ea5de1bbabb3da7827a.zip
* loadup.el: Comment fix.
-rw-r--r--lisp/loadup.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 7622e11593c..85222ce7d9e 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -125,8 +125,8 @@
125(load "case-table") 125(load "case-table")
126(load "international/characters") 126(load "international/characters")
127(load "composite") 127(load "composite")
128;; This file doesn't exist when building Emacs from CVS. It is 128;; This file doesn't exist when building a development version of Emacs
129;; generated just after temacs is build. 129;; from the repository. It is generated just after temacs is built.
130(load "international/charprop.el" t) 130(load "international/charprop.el" t)
131 131
132;; Load language-specific files. 132;; Load language-specific files.