emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114262: * lisp/eshell/esh-ext.el (eshell-search-pat


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114262: * lisp/eshell/esh-ext.el (eshell-search-path): Declare.
Date: Fri, 13 Sep 2013 07:10:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114262
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-09-13 00:10:30 -0700
message:
  * lisp/eshell/esh-ext.el (eshell-search-path): Declare.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/eshell/esh-ext.el         eshext.el-20091113204419-o5vbwnq5f7feedwu-1868
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-13 07:07:07 +0000
+++ b/lisp/ChangeLog    2013-09-13 07:10:30 +0000
@@ -1,5 +1,7 @@
 2013-09-13  Glenn Morris  <address@hidden>
 
+       * eshell/esh-ext.el (eshell-search-path): Declare.
+
        * eshell/em-prompt.el (eshell/pwd): Autoload it.
        Otherwise an error occurs if eshell-dirs module not loaded.
 

=== modified file 'lisp/eshell/esh-ext.el'
--- a/lisp/eshell/esh-ext.el    2013-09-12 20:15:53 +0000
+++ b/lisp/eshell/esh-ext.el    2013-09-13 07:10:30 +0000
@@ -92,6 +92,10 @@
        (setq list (cdr list)))
       file)))
 
+;; This file provides itself then eval-when-compile loads files that require 
it.
+;; This causes spurious "might not be defined at runtime" warnings.
+(declare-function eshell-search-path "esh-ext" (name))
+
 (defcustom eshell-windows-shell-file
   (if (eshell-under-windows-p)
       (if (string-match "\\(cmdproxy\\|sh\\)\\.\\(com\\|exe\\)"


reply via email to

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