Compiler fixes + tweak eshell settings
[syinit] / 00-build.el
index 1f9a3c3..350feeb 100644 (file)
@@ -5,7 +5,7 @@
 ;;     Author: Steve Youngs <steve@sxemacs.org>
 ;; Maintainer: Steve Youngs <steve@sxemacs.org>
 ;;    Created: <2007-12-02>
-;; Time-stamp: <Sunday Jun 10, 2012 10:23:33 steve>
+;; Time-stamp: <Saturday Jun 23, 2012 13:11:29 steve>
 ;;   Download: <http://bastard.steveyoungs.com/~steve/SXEmacs/inits/>
 ;;   HTMLised: <http://bastard.steveyoungs.com/~steve/SXEmacs/htmlinits/00-build.html>
 ;;   Git Repo: git clone http://git.sxemacs.org/syinit
   ;(defvar xwem-global-map global-map)
   ;(defvar xwem-sound-alist nil)
   ;(defvar xwem-started nil)
+  (defvar eshell-mode-map nil)
   (autoload #'executable-find "executable")
   (autoload #'morse-region "morse" nil t)
   (autoload #'read-kbd-macro "edmacro" nil t)
 
 (eval-when-compile
   (defvar c-enable-xemacs-performance-kludge-p)
-  (defvar eshell-mode-map)
   (defvar riece-unread-channels)
   (autoload #'ansi-color-apply-on-region "ansi-color")
   (autoload #'blink-cursor-mode "blink-cursor" nil t)
   (require 'url-news)
   (require 'w3)
   (require 'w3-java)
-  (require 'w3-script)
+  ;(require 'w3-script)
   ;(require 'xwem-keyboard)
   ;(require 'xwem-mpd)
 )