emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/tramp.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el,v
Date: Sat, 17 May 2008 20:09:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/05/17 20:09:48

Index: tramp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tramp.el,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -b -r1.198 -r1.199
--- tramp.el    16 May 2008 20:17:46 -0000      1.198
+++ tramp.el    17 May 2008 20:09:47 -0000      1.199
@@ -87,9 +87,10 @@
 (require 'shell)
 (require 'advice)
 
-(if (featurep 'xemacs)
+(eval-and-compile
+  (if (featurep 'xemacs)
     (load "auth-source" 'noerror)
-  (require 'auth-source nil 'noerror))
+    (require 'auth-source nil 'noerror)))
 
 ;; Requiring 'tramp-cache results in an endless loop.
 (autoload 'tramp-get-file-property "tramp-cache")




reply via email to

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