summaryrefslogtreecommitdiff
path: root/bits/bbdb-pgp.el
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2014-02-24 07:17:32 -0500
committerBarak A. Pearlmutter <bap@debian.org>2014-02-24 07:17:32 -0500
commitd5f111187eec9f1e005091e5640969cfa131f004 (patch)
treea1e11473c23fcb9a0cd1534dc87c27d320f8620b /bits/bbdb-pgp.el
parent4517c9ba5fc3e6558e1d1adaa912e01c4f57ceb6 (diff)
debian-changes
Gbp-Pq: Name debian-changes
Diffstat (limited to 'bits/bbdb-pgp.el')
-rw-r--r--bits/bbdb-pgp.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/bits/bbdb-pgp.el b/bits/bbdb-pgp.el
index f6558f7..3599138 100644
--- a/bits/bbdb-pgp.el
+++ b/bits/bbdb-pgp.el
@@ -5,7 +5,6 @@
;; Author: Kevin Davidson tkld@quadstone.com
;; Maintainer: Kevin Davidson tkld@quadstone.com
;; Created: 10 Nov 1997
-;; Version: $Revision: 1.6 $
;; Keywords: PGP BBDB message mailcrypt
@@ -27,7 +26,7 @@
;; LCD Archive Entry:
;; bbdb-pgp|Kevin Davidson|tkld@quadstone.com
;; |Use BBDB to store PGP preferences
-;; |$Date: 2003/08/11 08:54:35 $|$Revision: 1.6 $|~/packages/bbdb-pgp.el
+;; |Date|Revision|~/packages/bbdb-pgp.el
;;; Commentary:
;;
@@ -74,11 +73,6 @@
(require 'bbdb)
(condition-case nil (require 'mailcrypt) (error nil))
-(defconst bbdb/pgp-version (substring "$Revision: 1.6 $" 11 -2)
- "$Id: bbdb-pgp.el,v 1.6 2003/08/11 08:54:35 waider Exp $
-
-Report bugs to: Kevin Davidson tkld@quadstone.com")
-
;;;###autoload
(defgroup bbdb-utilities-pgp nil
"Automatically sign and/or encrypt outgoing messages."