all repos — nixfiles @ eeb7399103580db187077cbb2aa406348e3a6b6c

System and user configuration, managed by nix and home-manager

Emacs: fix compilation warning regarding eshell/cd
Alan Pearce alan@alanpearce.co.uk
Sat, 22 Jun 2013 10:04:57 +0100
commit

eeb7399103580db187077cbb2aa406348e3a6b6c

parent

189f41ba7afb45813b810810472793f5c9f0c7fa

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -760,6 +760,7 @@ eshell-review-quick-commands 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))