emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/eshell/em-unix.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-unix.el,v
Date: Sun, 21 Oct 2007 07:33:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/21 07:33:33

Index: eshell/em-unix.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/eshell/em-unix.el,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- eshell/em-unix.el   2 Sep 2007 01:21:49 -0000       1.32
+++ eshell/em-unix.el   21 Oct 2007 07:33:32 -0000      1.33
@@ -175,7 +175,7 @@
   'info arg1'      => OTHERWISE goes to top info window and then menu item arg1
   'info arg1 arg2' => does action for arg1 (either visit-file or menu-item) 
and then menu item arg2
   etc."
-  (require 'info)
+  (eval-and-compile (require 'info))
   (let ((file (cond
                 ((not (stringp (car args)))
                  nil)




reply via email to

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