From: morioka Date: Mon, 25 Aug 1997 17:13:05 +0000 (+0000) Subject: (last*): New alias for old emacsen. X-Git-Tag: semi-0_112~53 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bce282730e853cad6077eadfe97a35899e0cf964;p=elisp%2Fsemi.git (last*): New alias for old emacsen. --- 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 ;;;