branch: externals/ampc commit d8ba1ed217a811486842f2babbd9f2c438ff21f4 Author: Christopher Schmidt <christop...@ch.ristopher.com> Commit: Christopher Schmidt <christop...@ch.ristopher.com>
* ampc.el (ampc): Fix typo. --- ampc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ampc.el b/ampc.el index c1e2ecd4fb..d2080c0dae 100644 --- a/ampc.el +++ b/ampc.el @@ -579,7 +579,7 @@ all the time!" (1 'ampc-current-song-mark-face) (2 'ampc-current-song-marked-face))))) -V;;; *** internal functions +;;; *** internal functions (defun ampc-quote (string) (concat "\"" (replace-regexp-in-string "\"" "\\\"" string) "\""))