From bce282730e853cad6077eadfe97a35899e0cf964 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 25 Aug 1997 17:13:05 +0000 Subject: [PATCH] (last*): New alias for old emacsen. --- mime-def.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mime-def.el b/mime-def.el index 7036652..745a0cb 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.59 1997-07-26 15:21:10 morioka Exp $ +;; Version: $Id: mime-def.el,v 0.60 1997-08-25 17:13:05 morioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -33,6 +33,10 @@ (autoload 'mule-caesar-region "mule-caesar" "Caesar rotation of current region." t) +(or (fboundp 'last*) + (defalias 'last* 'last) + ) + ;;; @ variables ;;; -- 1.7.10.4