;; 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).
)))
(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))
)