(field-unify): Fixed.
authortmorioka <tmorioka>
Fri, 28 Feb 1997 05:01:58 +0000 (05:01 +0000)
committertmorioka <tmorioka>
Fri, 28 Feb 1997 05:01:58 +0000 (05:01 +0000)
mime-def.el

index 4cf573f..e6c845b 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.32 1997-02-28 04:57:30 tmorioka Exp $
+;; Version: $Id: mime-def.el,v 0.33 1997-02-28 05:01:58 tmorioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -277,7 +277,7 @@ FUNCTION.")
       )))
 
 (defun field-unify (a b)
-  (let ((sym (intern (concat "field-unifier-for-" (symbol-value (car a))))))
+  (let ((sym (intern (concat "field-unifier-for-" (symbol-name (car a))))))
     (or (fboundp sym)
        (setq sym (function field-unifier-for-default))
        )