`tm:button-dispatcher' -> `mime-button-dispatcher'.
authortmorioka <tmorioka>
Wed, 26 Feb 1997 04:31:06 +0000 (04:31 +0000)
committertmorioka <tmorioka>
Wed, 26 Feb 1997 04:31:06 +0000 (04:31 +0000)
mime-def.el

index 4036b31..e629b97 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.21 1997-02-26 04:26:48 tmorioka Exp $
+;; Version: $Id: mime-def.el,v 0.22 1997-02-26 04:31:06 tmorioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -77,7 +77,7 @@
 
 (defvar mime-button-mother-dispatcher nil)
 
-(defun tm:button-dispatcher (event)
+(defun mime-button-dispatcher (event)
   "Select the button under point."
   (interactive "e")
   (let (buf point func data)