From: Glenn Morris Date: Fri, 13 Sep 2013 07:07:07 +0000 (-0700) Subject: * lisp/eshell/em-prompt.el (eshell/pwd): Autoload it. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1648 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fcef2e13960af4f30ced7571771f581091d18c17;p=emacs.git * lisp/eshell/em-prompt.el (eshell/pwd): Autoload it. Otherwise an error occurs if eshell-dirs module not loaded. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a05bdb99e26..74f791837e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2013-09-13 Glenn Morris + * eshell/em-prompt.el (eshell/pwd): Autoload it. + Otherwise an error occurs if eshell-dirs module not loaded. + * progmodes/gdb-mi.el (gud-cont, gud-step): Declare. 2013-09-13 Michael Albinus diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el index 9b9c1095277..e79c7d7ba63 100644 --- a/lisp/eshell/em-prompt.el +++ b/lisp/eshell/em-prompt.el @@ -45,6 +45,8 @@ as is common with most shells." :type 'hook :group 'eshell-prompt) +(autoload 'eshell/pwd "em-dirs") + (defcustom eshell-prompt-function (function (lambda ()