A couple of minor tweaks / updates.
[syinit] / 10-pkgs.el
index 71c5f6b..b14640c 100644 (file)
@@ -5,7 +5,7 @@
 ;;     Author: Steve Youngs <steve@sxemacs.org>
 ;; Maintainer: Steve Youngs <steve@sxemacs.org>
 ;;    Created: <2007-12-02>
-;; Time-stamp: <Thursday Apr  9, 2020 07:58:14 steve>
+;; Time-stamp: <Saturday Apr 18, 2020 21:13:16 steve>
 ;;   Download: <https://downloads.sxemacs.org/SYinits>
 ;;   HTMLised: <https://www.sxemacs.org/SYinits/10-pkgs.html>
 ;;   Git Repo: git clone https://git.sxemacs.org/syinit
           (prspos)
           (t lbpos)))))
 
+(eval-when-compile (defvar eshell-mode-map))
 (defun sy-eshell-bol-maybe-key ()
   (define-key eshell-mode-map [(control ?a)] 'sy-eshell-bol-maybe))