aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/smime.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2010-10-02 19:09:53 -0700
committerGlenn Morris <[email protected]>2010-10-02 19:09:53 -0700
commit3615c80cc0300ea032eb7379dd0055f13686957f (patch)
treeac4a348826a0a7273c12d7a6fa266ca615d30e2a /lisp/gnus/smime.el
parent7530a81be0a9593bad5d109e834bf57ce989a73b (diff)
* lisp/gnus/smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
Diffstat (limited to 'lisp/gnus/smime.el')
-rw-r--r--lisp/gnus/smime.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el
index 2492007f58..c3ef689845 100644
--- a/lisp/gnus/smime.el
+++ b/lisp/gnus/smime.el
@@ -1,7 +1,7 @@
;;; smime.el --- S/MIME support library
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+;; 2009, 2010 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: SMIME X.509 PEM OpenSSL
@@ -591,9 +591,7 @@ A string or a list of strings is returned."
"Get cetificate for MAIL from the ldap server at HOST."
(let ((ldapresult
(funcall
- (if (or (featurep 'xemacs)
- ;; For Emacs >= 22 we don't need smime-ldap.el
- (< emacs-major-version 22))
+ (if (featurep 'xemacs)
(progn
(require 'smime-ldap)
'smime-ldap-search)