Fixed a typo.
authorueno <ueno>
Sun, 21 Jan 2007 04:03:19 +0000 (04:03 +0000)
committerueno <ueno>
Sun, 21 Jan 2007 04:03:19 +0000 (04:03 +0000)
lisp/riece-mcat.el

index f8bfc6d..0e3f250 100644 (file)
@@ -89,7 +89,7 @@
            (delete-region (point) (progn (forward-sexp) (point))))
        (set mcat-alist-symbol nil))
       (setq alist (riece-mcat-extract files (symbol-value mcat-alist-symbol)))
-      (insert "(defconst " (symbol-name mcat-alist) "\n  '(")
+      (insert "(defconst " (symbol-name mcat-alist-symbol) "\n  '(")
       (while alist
        (insert "(" (pp-to-string (car (car alist))) " . "
                (pp-to-string (cdr (car alist))) ")")