diff options
author | Jim Blandy <jimb@redhat.com> | 1992-04-01 11:14:15 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-04-01 11:14:15 +0000 |
commit | 08564963293aac2ea90a3dee54f48ded962238eb (patch) | |
tree | 4424e2ded321dd8606dabc4ef00a6f058108725b /lisp/loadup.el | |
parent | ca1d1d23251bc8f159d0131d345702aabf2dd078 (diff) | |
download | emacs-08564963293aac2ea90a3dee54f48ded962238eb.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 633a65e76ba..a94f4d6cc25 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -1,6 +1,6 @@ ;;Load up standardly loaded Lisp files for Emacs. ;; This is loaded into a bare Emacs to make a dumpable one. -;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -94,8 +94,8 @@ (setq name (concat (downcase (substring name 0 (match-beginning 0))) "-" (substring name (match-end 0))))) - (copy-file (expand-file-name "../share-lib/DOC") - (concat (expand-file-name "../share-lib/DOC-") name) + (copy-file (expand-file-name "../etc/DOC") + (concat (expand-file-name "../etc/DOC-") name) t) (Snarf-documentation (concat "DOC-" name))) (Snarf-documentation "DOC")) |