(www-uri-encode-feature-name): Fix problem when feature-name is not
authorMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 19 Feb 2021 02:30:24 +0000 (11:30 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 23 Feb 2021 11:46:09 +0000 (20:46 +0900)
symbol.

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."