From: morioka Date: Thu, 2 Oct 1997 07:46:27 +0000 (+0000) Subject: Rename `second' -> `cadr' (Don't use cl function). X-Git-Tag: XEmacs-20_3-b27-viet~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e9847fbee4c9f1075a3aac05cb77b650c5b92036;p=elisp%2Fsemi.git Rename `second' -> `cadr' (Don't use cl function). --- diff --git a/mime-def.el b/mime-def.el index 31de238..e9e0026 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-def.el,v 0.67 1997-09-28 21:13:11 morioka Exp $ +;; Version: $Id: mime-def.el,v 0.68 1997-10-02 07:46:27 morioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -179,7 +179,7 @@ FUNCTION.") (mapcar (function (lambda (method) - (autoload (second method)(third method)) + (autoload (cadr method)(third method)) )) pgp-function-alist)