From e9847fbee4c9f1075a3aac05cb77b650c5b92036 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 2 Oct 1997 07:46:27 +0000 Subject: [PATCH] Rename `second' -> `cadr' (Don't use cl function). --- mime-def.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4