commit:     95ffafe8dbb9579e99f58644729c8232372a6357
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 07:45:30 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May 28 07:45:30 2016 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=95ffafe8

Drop eblit support.

* ebuild-mode.el (auto-mode-alist): Drop eblit support.

 ChangeLog      | 4 ++++
 ebuild-mode.el | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 986a969..93f7067 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-28  Ulrich Müller  <u...@gentoo.org>
+
+       * ebuild-mode.el (auto-mode-alist): Drop eblit support.
+
 2016-05-07  Ulrich Müller  <u...@gentoo.org>
 
        * Version 1.30 released.

diff --git a/ebuild-mode.el b/ebuild-mode.el
index 0cecdc0..0476796 100644
--- a/ebuild-mode.el
+++ b/ebuild-mode.el
@@ -492,8 +492,7 @@ and `all-completions' for details."
           ad-do-it)))
 
 ;;;###autoload
-(add-to-list 'auto-mode-alist
-            '("\\.\\(ebuild\\|eclass\\|eblit\\)\\'" . ebuild-mode))
+(add-to-list 'auto-mode-alist '("\\.\\(ebuild\\|eclass\\)\\'" . ebuild-mode))
 
 (provide 'ebuild-mode)
 

Reply via email to