X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fpgg-gpg.el;h=03de093f6b44e066a068ff1e2e137d37d445ad96;hb=4ab1b17bd7bbbffa97ec1f24ca5931bdd026a017;hp=5d66f78e45ba486a7aafafd2e4629740f322c1e0;hpb=5b56360f389e3a2ac2317eda0330b00ddf4d2672;p=gnus diff --git a/lisp/pgg-gpg.el b/lisp/pgg-gpg.el index 5d66f78e4..03de093f6 100644 --- a/lisp/pgg-gpg.el +++ b/lisp/pgg-gpg.el @@ -1,7 +1,6 @@ ;;; pgg-gpg.el --- GnuPG support for PGG. -;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999-2000, 2002-2012 Free Software Foundation, Inc. ;; Author: Daiki Ueno ;; Symmetric encryption and gpg-agent support added by: @@ -9,6 +8,7 @@ ;; Created: 1999/10/28 ;; Keywords: PGP, OpenPGP, GnuPG ;; Package: pgg +;; Obsolete-since: 24.1 ;; This file is part of GNU Emacs. @@ -384,7 +384,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 @@ -407,5 +407,4 @@ passphrase cache or user." (provide 'pgg-gpg) -;; arch-tag: 2aa5d5d8-93a0-4865-9312-33e29830e000 ;;; pgg-gpg.el ends here