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/netrc.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/net/netrc.el,v
Date: Sat, 07 Jun 2008 02:39:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/07 02:39:43

Index: netrc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/netrc.el,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- netrc.el    22 May 2008 05:03:00 -0000      1.16
+++ netrc.el    7 Jun 2008 02:39:43 -0000       1.17
@@ -34,15 +34,14 @@
 ;;;
 
 ;; use encrypt if loaded (encrypt-file-alist has to be set as well)
-(eval-and-compile
-  (autoload 'encrypt-find-model "encrypt")
-  (autoload 'encrypt-insert-file-contents "encrypt"))
+(autoload 'encrypt-find-model "encrypt")
+(autoload 'encrypt-insert-file-contents "encrypt")
 (defalias 'netrc-point-at-eol
   (if (fboundp 'point-at-eol)
       'point-at-eol
     'line-end-position))
+(defvar encrypt-file-alist)
 (eval-when-compile
-  (defvar encrypt-file-alist)
   ;; This is unnecessary in the compiled version as it is a macro.
   (if (fboundp 'bound-and-true-p)
       (defalias 'netrc-bound-and-true-p 'bound-and-true-p)




reply via email to

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