(www-uri-encode-feature-name): Fix problem when feature-name is not
[chise/tomoyo-tools.git] / chiset-common.el
index 4d147f2..d612fdd 100644 (file)
      (t (intern uri-feature)))))
 
 (defun www-uri-encode-feature-name (feature-name)
-  (setq feature-name (symbol-name feature-name))
+  (setq feature-name (format "%s" feature-name))
   (cond
    ((string-match "^=\\+>\\([^=>]+\\)" feature-name)
     (concat "o."