emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114261: * lisp/eshell/em-prompt.el (eshell/pwd): Au


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114261: * lisp/eshell/em-prompt.el (eshell/pwd): Autoload it.
Date: Fri, 13 Sep 2013 07:07:24 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114261
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-09-13 00:07:07 -0700
message:
  * lisp/eshell/em-prompt.el (eshell/pwd): Autoload it.
  Otherwise an error occurs if eshell-dirs module not loaded.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/eshell/em-prompt.el       
emprompt.el-20091113204419-o5vbwnq5f7feedwu-1860
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-13 06:56:35 +0000
+++ b/lisp/ChangeLog    2013-09-13 07:07:07 +0000
@@ -1,5 +1,8 @@
 2013-09-13  Glenn Morris  <address@hidden>
 
+       * 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  <address@hidden>

=== modified file 'lisp/eshell/em-prompt.el'
--- a/lisp/eshell/em-prompt.el  2013-09-12 20:15:53 +0000
+++ b/lisp/eshell/em-prompt.el  2013-09-13 07:07:07 +0000
@@ -45,6 +45,8 @@
   :type 'hook
   :group 'eshell-prompt)
 
+(autoload 'eshell/pwd "em-dirs")
+
 (defcustom eshell-prompt-function
   (function
    (lambda ()


reply via email to

[Prev in Thread] Current Thread [Next in Thread]