summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-16 10:40:03 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-16 10:40:03 +0000
commitf59f609df9c61e495360e2254eef80cf5a05e1dc (patch)
tree9ffc93531976792cdf3360b3274885c7379ae755 /app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el
parentalsa should not depend on sound USE flag in RDEPEND (diff)
downloademacs-f59f609df9c61e495360e2254eef80cf5a05e1dc.tar.gz
emacs-f59f609df9c61e495360e2254eef80cf5a05e1dc.tar.bz2
emacs-f59f609df9c61e495360e2254eef80cf5a05e1dc.zip
straightened file extension handling a bit
svn path=/emacs-overlay/; revision=50
Diffstat (limited to 'app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el')
-rw-r--r--app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el
index a4f5f37..7acc713 100644
--- a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el
+++ b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el
@@ -5,6 +5,5 @@
(autoload 'ebuild-mode "ebuild-mode" "Major mode for Portage .ebuild and .eclass files." t)
(autoload 'eselect-mode "ebuild-mode" "Major mode for Portage .eselect files." t)
-(add-to-list 'auto-mode-alist '("\\.ebuild\\'" . ebuild-mode))
-(add-to-list 'auto-mode-alist '("\\.eclass\\'" . ebuild-mode))
+(add-to-list 'auto-mode-alist '("\\.\\(ebuild\\|eclass\\)\\'" . ebuild-mode))
(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode))