Loads of misc updates
[syinit] / 00-build.el
index 1f9a3c3..b337116 100644 (file)
@@ -1,11 +1,11 @@
 ;; 00-build.el --- Loads the required crap for all my init files   -*- Emacs-Lisp -*-
 
-;; Copyright (C) 2007 - 2012 Steve Youngs
+;; Copyright (C) 2007 - 2013 Steve Youngs
 
 ;;     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: <Friday Aug 16, 2013 09:31:53 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)
 )