comparison lisp/loadup.el @ 42188:40087ecf14d6

Add "language" to the load-path.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 19 Dec 2001 16:46:50 +0000
parents 009b1f3c3049
children 8d86f0f41afa
comparison
equal deleted inserted replaced
42187:54140e704be7 42188:40087ecf14d6
35 ;; in case CANNOT_DUMP 35 ;; in case CANNOT_DUMP
36 (equal (nth 0 command-line-args) "../src/bootstrap-emacs")) 36 (equal (nth 0 command-line-args) "../src/bootstrap-emacs"))
37 (let ((path (car load-path))) 37 (let ((path (car load-path)))
38 (setq load-path (list path 38 (setq load-path (list path
39 (expand-file-name "emacs-lisp" path) 39 (expand-file-name "emacs-lisp" path)
40 (expand-file-name "language" path)
40 (expand-file-name "international" path))))) 41 (expand-file-name "international" path)))))
41 42
42 (message "Using load-path %s" load-path) 43 (message "Using load-path %s" load-path)
43 44
44 ;;; We don't want to have any undo records in the dumped Emacs. 45 ;;; We don't want to have any undo records in the dumped Emacs.