From d4a9543be341fafd1518d067a5d34f84b0a69413 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Wed, 9 May 2012 15:04:05 +0200 Subject: [PATCH] ecasound.el: fix regexp to match ewf files --- ecatools/ecasound.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecatools/ecasound.el b/ecatools/ecasound.el index 6458b97..304f52b 100644 --- a/ecatools/ecasound.el +++ b/ecatools/ecasound.el @@ -2432,7 +2432,7 @@ This is done using the ecasound-cop widget." (save-buffer)) (ecasound "*Ecasound-ewf Player*"))) -(add-to-list 'auto-mode-alist (cons "\\.ewf$" 'ecasound-ewf-mode)) +(add-to-list 'auto-mode-alist (cons "\\.ewf\\'" 'ecasound-ewf-mode)) ;; Local variables: ;; mode: outline-minor -- 1.7.10