Mercurial > emacs
comparison etc/PROBLEMS @ 53530:eff208c6f20a
Fix minor error.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 Jan 2004 13:27:51 +0000 |
parents | 92ad3f84faf9 |
children | f937ce10e7b9 |
comparison
equal
deleted
inserted
replaced
53529:270a8011e968 | 53530:eff208c6f20a |
---|---|
964 | 964 |
965 An example of such an error is: | 965 An example of such an error is: |
966 | 966 |
967 x-complement-fontset-spec: "Wrong type argument: stringp, nil" | 967 x-complement-fontset-spec: "Wrong type argument: stringp, nil" |
968 | 968 |
969 This can be another symptom of stale *.elc files in your classpath. | 969 This can be another symptom of stale *.elc files in your load-path. |
970 The following command will print any duplicate Lisp files that are | 970 The following command will print any duplicate Lisp files that are |
971 present in load-path: | 971 present in load-path: |
972 | 972 |
973 emacs -q -batch -f list-load-path-shadows | 973 emacs -q -batch -f list-load-path-shadows |
974 | 974 |