commit: 5c4c6e42ccfc684b091713f0d255babdea5ff400 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Apr 7 18:32:17 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Apr 7 18:32:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=5c4c6e42
Version 1.37 released. ChangeLog | 2 ++ ebuild-mode.el | 2 +- ebuild-mode.texi | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac09a5c..3d7ffeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2017-04-07 Ulrich Müller <[email protected]> + * Version 1.37 released. + * ebuild-mode.el (ebuild-mode-make-keywords-list): XEmacs 21.4 doesn't have delete-dups, use delete-duplicates instead. diff --git a/ebuild-mode.el b/ebuild-mode.el index 8fcf281..d8ce0a7 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -7,7 +7,7 @@ ;; Christian Faulhammer <[email protected]> ;; Ulrich Müller <[email protected]> ;; Maintainer: <[email protected]> -;; Version: 1.36 +;; Version: 1.37 ;; Keywords: languages, processes ;; This file is free software: you can redistribute it and/or modify diff --git a/ebuild-mode.texi b/ebuild-mode.texi index 6dd0947..2a103db 100644 --- a/ebuild-mode.texi +++ b/ebuild-mode.texi @@ -25,7 +25,7 @@ later version published by the Free Software Foundation. @titlepage -@title ebuild-mode 1.36 +@title ebuild-mode 1.37 @subtitle Major mode for ebuilds and eclasses in Gentoo @author Christian Faulhammer @page
