diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-10-19 06:54:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-10-19 06:54:32 +0000 |
commit | 6d97e7c55019da61a03e1af4990dc25b2ce47402 (patch) | |
tree | f0f62a7c30c6f6b4cfc0f72db10f8e8e19886623 /app-emacs/gentoo-syntax | |
parent | x11-drivers/xf86-input-evdev: bump to 2.3.0, sync with overlay (diff) | |
download | gentoo-2-6d97e7c55019da61a03e1af4990dc25b2ce47402.tar.gz gentoo-2-6d97e7c55019da61a03e1af4990dc25b2ce47402.tar.bz2 gentoo-2-6d97e7c55019da61a03e1af4990dc25b2ce47402.zip |
gentoo-newsitem-mode wasn't autoloaded.
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-emacs/gentoo-syntax')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.15-r1.ebuild (renamed from app-emacs/gentoo-syntax/gentoo-syntax-1.15.ebuild) | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 4b2543d54247..71bcd5a746cb 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.52 2009/10/08 17:47:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.53 2009/10/19 06:54:32 ulm Exp $ + +*gentoo-syntax-1.15-r1 (19 Oct 2009) + + 19 Oct 2009; Ulrich Mueller <ulm@gentoo.org> + files/50gentoo-syntax-gentoo.el, -gentoo-syntax-1.15.ebuild, + +gentoo-syntax-1.15-r1.ebuild: + gentoo-newsitem-mode wasn't autoloaded. *gentoo-syntax-1.15 (08 Oct 2009) diff --git a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el b/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el index 4ef68c519b94..82eb56e07201 100644 --- a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el +++ b/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el @@ -2,6 +2,8 @@ (autoload 'ebuild-mode "gentoo-syntax" "Major mode for Portage .ebuild and .eclass files." t) (autoload 'eselect-mode "gentoo-syntax" "Major mode for .eselect files." t) +(autoload 'gentoo-newsitem-mode "gentoo-syntax" + "Major mode for Gentoo GLEP 42 news items." t) (add-to-list 'auto-mode-alist '("\\.\\(ebuild\\|eclass\\|eblit\\)\\'" . ebuild-mode)) diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.15.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.15-r1.ebuild index 9c54ee6b197e..523a5e81f1c0 100644 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.15.ebuild +++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.15.ebuild,v 1.1 2009/10/08 17:47:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.15-r1.ebuild,v 1.1 2009/10/19 06:54:32 ulm Exp $ inherit elisp |