`mime/token-regexp' -> `mime-token-regexp'.
[elisp/semi.git] / mailcap.el
index c39f76e..266c564 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1997/6/27
-;; Version: $Id: mailcap.el,v 0.0 1997-06-27 10:15:46 morioka Exp $
+;; Version: $Id: mailcap.el,v 0.1 1997-07-02 16:43:23 morioka Exp $
 ;; Keywords: mailcap, setting, configuration, MIME, multimedia
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -41,7 +41,7 @@
 ;;;
 
 (defsubst mailcap-look-at-token ()
-  (if (looking-at mime/token-regexp)
+  (if (looking-at mime-token-regexp)
       (let ((beg (match-beginning 0))
            (end (match-end 0)))
        (goto-char end)