]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/pgg-gpg.el
Update copyright year to 2014 by running admin/update-copyright.
[gnu-emacs] / lisp / obsolete / pgg-gpg.el
index 064985f45661052ae8e0e6d7f3ebc5730baa6525..585da09b2f0908d241f6b066c38bf2a30f8e468b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; pgg-gpg.el --- GnuPG support for PGG.
 
-;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2000, 2002-2014 Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <ueno@unixuser.org>
 ;; Symmetric encryption and gpg-agent support added by:
@@ -28,8 +28,9 @@
 ;;; Code:
 
 (eval-when-compile
-  (require 'cl)                                ; for gpg macros
-  (require 'pgg))
+  (require 'cl))
+
+(require 'pgg)
 
 (defgroup pgg-gpg ()
   "GnuPG interface."
@@ -384,7 +385,7 @@ passphrase cache or user."
     (pgg-process-when-success)))
 
 (defun pgg-gpg-update-agent ()
-  "Try to connet to gpg-agent and send UPDATESTARTUPTTY."
+  "Try to connect to gpg-agent and send UPDATESTARTUPTTY."
   (if (fboundp 'make-network-process)
       (let* ((agent-info (getenv "GPG_AGENT_INFO"))
             (socket (and agent-info