(eword-lexical-analyze): `last' of Emacs 20.0.97 allows two arguments.
authormorioka <morioka>
Sat, 30 Aug 1997 14:26:13 +0000 (14:26 +0000)
committermorioka <morioka>
Sat, 30 Aug 1997 14:26:13 +0000 (14:26 +0000)
eword-decode.el

index 3c7696b..06ddc3a 100644 (file)
@@ -10,7 +10,7 @@
 ;;     Renamed: 1993/06/03 to tiny-mime.el
 ;;     Renamed: 1995/10/03 from tiny-mime.el (split off encoder)
 ;;     Renamed: 1997/02/22 from tm-ew-d.el
-;; Version: $Revision: 0.18 $
+;; Version: $Revision: 0.19 $
 ;; Keywords: encoded-word, MIME, multilingual, header, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -41,7 +41,7 @@
 ;;;
 
 (defconst eword-decode-RCS-ID
-  "$Id: eword-decode.el,v 0.18 1997-08-25 17:14:05 morioka Exp $")
+  "$Id: eword-decode.el,v 0.19 1997-08-30 14:26:13 morioka Exp $")
 (defconst eword-decode-version (get-version-string eword-decode-RCS-ID))
 
 
@@ -381,8 +381,8 @@ characters encoded as encoded-words or invalid \"raw\" format.
       (setq ret (eword-lexical-analyze-internal key must-unfold))
       (setq eword-lexical-analyze-cache
            (cons (cons key ret)
-                 (last* eword-lexical-analyze-cache
-                        eword-lexical-analyze-cache-max)))
+                 (last eword-lexical-analyze-cache
+                       eword-lexical-analyze-cache-max)))
       ret)))
 
 (defun eword-decode-structured-field-body (string &optional must-unfold)