diff options
| -rw-r--r-- | lisp/loadup.el | 4 |
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. |