]> code.delx.au - gnu-emacs-elpa/commitdiff
* ampc.el (ampc): Fix typo.
authorChristopher Schmidt <christopher@ch.ristopher.com>
Thu, 15 Mar 2012 11:48:41 +0000 (12:48 +0100)
committerChristopher Schmidt <christopher@ch.ristopher.com>
Thu, 15 Mar 2012 11:48:41 +0000 (12:48 +0100)
packages/ampc/ampc.el

index c1e2ecd4fba6bda51d3eefa3edf1cb3a50f34048..d2080c0dae922284dc43b465a644e4a34abf53fe 100644 (file)
@@ -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) "\""))