diff lisp/erc/erc-sound.el @ 84387:4ee03308c9b6

Sync ERC 5.3 (devel) from upstream
author Michael Olson <mwolson@gnu.org>
date Sat, 08 Sep 2007 03:07:09 +0000
parents 85d67fae9a94
children ffc87ddd4025
line wrap: on
line diff
--- a/lisp/erc/erc-sound.el	Sat Sep 08 01:38:27 2007 +0000
+++ b/lisp/erc/erc-sound.el	Sat Sep 08 03:07:09 2007 +0000
@@ -125,7 +125,7 @@
     (if (and (not filepath) erc-default-sound)
 	(setq filepath erc-default-sound))
     (cond ((and filepath (file-exists-p filepath))
-           (play-sound-file filepath))
+	   (play-sound-file filepath))
 	  (t (beep)))
     (erc-log (format "Playing sound file %S" filepath))))
 
@@ -142,5 +142,11 @@
 
 (provide 'erc-sound)
 
+;;; erc-sound.el ends here
+;;
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 53657d1d-007f-4a20-91c1-588e71cf0cee
-;;; erc-sound.el ends here