X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=calist.el;h=22cb3ece3d621c8b6293fc01a79eaeb889e86af8;hb=88c8299d6a8a3da16b3054a976ccf2e94ee57fd6;hp=fbef6808a08863ff8d80b690c6e47d9d1592556e;hpb=8ea0cf57c248b6a4ba2f73288cc1b7cad582e171;p=elisp%2Fapel.git diff --git a/calist.el b/calist.el index fbef680..22cb3ec 100644 --- a/calist.el +++ b/calist.el @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Code: @@ -48,7 +48,7 @@ (if (intern-soft (symbol-name sym) calist-field-match-method-obarray) (signal 'conflict-of-calist-symbol - (list (format "Conflict of symbol %s"))) + (list (format "Conflict of symbol %s" sym))) (if (fboundp sym) (define-calist-field-match-method sym (symbol-function sym))