Compiling cmuscheme.el warns about a non-existent `user-emacs-directory'. Was the change shown in patch below the intended effect, or is a non-GNU Emacs variable?
-- /L/e/k/t/u Index: lisp/cmuscheme.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/cmuscheme.el,v retrieving revision 1.39 diff -u -2 -r1.39 cmuscheme.el --- lisp/cmuscheme.el 6 Aug 2005 22:13:42 -0000 1.39 +++ lisp/cmuscheme.el 8 Aug 2005 10:45:50 -0000 @@ -273,5 +273,5 @@ (if (file-exists-p start-file) start-file - (let ((start-file (concat user-emacs-directory name))) + (let ((start-file (concat "~/.emacs.d/" name))) (and (file-exists-p start-file) start-file))))) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel