From: tmorioka Date: Fri, 28 Feb 1997 05:01:58 +0000 (+0000) Subject: (field-unify): Fixed. X-Git-Tag: Hokutetsu-Ishikawa-new~221 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=99f91b0e250fd1fe2d8f57aa2ce4ffe788909b4c;p=elisp%2Fsemi.git (field-unify): Fixed. --- diff --git a/mime-def.el b/mime-def.el index 4cf573f..e6c845b 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; 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)) )