[C] Typo fix in setting for `emacs-roots'

Michael Sperber sperber at informatik.uni-tuebingen.de
Thu Aug 2 02:40:04 EDT 2007


This has been sitting in my workspace forever:

2007-08-02  Mike Sperber  <mike at xemacs.org>

	* startup.el (startup-setup-paths): Fix typo in init expression
	for `emacs-roots'.

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
-------------- next part --------------
Index: lisp/startup.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/startup.el,v
retrieving revision 1.58
diff -u -r1.58 startup.el
--- lisp/startup.el	25 May 2007 15:47:56 -0000	1.58
+++ lisp/startup.el	2 Aug 2007 06:35:43 -0000
@@ -1452,7 +1452,7 @@
 			     t)))
 
   (setq emacs-roots (paths-find-emacs-roots invocation-directory invocation-name
-					    #'paths-emacs-data-root-p))
+					    #'paths-emacs-root-p))
 
   (setq emacs-data-roots (paths-find-emacs-roots invocation-directory invocation-name
 						 #'paths-emacs-data-root-p))


More information about the XEmacs-Patches mailing list