From eeb7399103580db187077cbb2aa406348e3a6b6c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 22 Jun 2013 10:04:57 +0100 Subject: Emacs: fix compilation warning regarding eshell/cd --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index f65b138..9d658ab 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -760,6 +760,7 @@ Also returns nil if pid is nil." eshell-smart-space-goes-to-end t) (eshell-smart-initialize))))) +(autoload #'eshell/cd "em-dirs") (defun eshell-goto-current-dir (&optional arg) (interactive "P") (let ((dir default-directory)) -- cgit 1.4.1