diff options
author | Yuchen Pei <hi@ypei.me> | 2022-10-20 21:55:38 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-10-20 21:55:38 +1100 |
commit | ea6a1c4c2d8b70caae084cd5374364e180308641 (patch) | |
tree | efc0449eefcf1193ad48c8072feab59980918edd | |
parent | 05f5fef4bfe2aef353f5e97a72c69578c4e460c9 (diff) |
removing an unused fun
-rw-r--r-- | luwak.el | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -340,10 +340,4 @@ When non-nill, swap the tor-switch in prefix-arg effect." (write-file file-name))) (message "Wrote %s." file-name)) -(defun luwak-make-filename (name &optional sep) - "Convert name to filename by replacing special chars with sep." - (unless sep (setq sep "-")) - (replace-regexp-in-string "[[:punct:][:space:]\n\r]+" sep - (string-trim name))) - (provide 'luwak) |