diff options
author | Yuchen Pei <id@ypei.org> | 2023-10-03 00:19:21 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-10-03 00:19:21 +1100 |
commit | 79f45b51f74b2c8828bdc0d025b7253293054c76 (patch) | |
tree | 3e41021848b3989189e01fc06b41f9cc85754a1e | |
parent | c30ae3e43facb855f6839a9724d4b35b4c95025d (diff) |
Removing a duplicate useless definition
-rw-r--r-- | bom.el | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -164,8 +164,6 @@ We use the description of the first root as the state name." (defun bom-format-state-lists-html () (bom-org-to-html (bom-format-state-lists-org))) -(defun bom-format-state-lists-html ()) - (defun bom-serve (path) "Serve based on PATH." (setq path (substring path 1)) |