Mercurial > emacs
comparison etc/PROBLEMS @ 44152:cd705768cbe9
Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 26 Mar 2002 06:29:01 +0000 |
parents | 3599777a5982 |
children | 26bf92d293b3 |
comparison
equal
deleted
inserted
replaced
44151:32c007e23d05 | 44152:cd705768cbe9 |
---|---|
790 tells Emacs what are the directories where it should look for Lisp | 790 tells Emacs what are the directories where it should look for Lisp |
791 files. Emacs cannot work with subdirs.el compressed, since the | 791 files. Emacs cannot work with subdirs.el compressed, since the |
792 Auto-compress mode it needs for this will not be loaded until later, | 792 Auto-compress mode it needs for this will not be loaded until later, |
793 when your .emacs file is processed. (The package `fontset.el' is | 793 when your .emacs file is processed. (The package `fontset.el' is |
794 required to set up fonts used to display text on window systems, and | 794 required to set up fonts used to display text on window systems, and |
795 its loaded very early in the startup procedure.) | 795 it's loaded very early in the startup procedure.) |
796 | 796 |
797 Similarly, any other .el file for which there's no corresponding .elc | 797 Similarly, any other .el file for which there's no corresponding .elc |
798 file could fail to load if it is compressed. | 798 file could fail to load if it is compressed. |
799 | 799 |
800 The solution is to uncompress all .el files which don't have a .elc | 800 The solution is to uncompress all .el files which don't have a .elc |