summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-10-19 06:54:32 +0000
committerUlrich Müller <ulm@gentoo.org>2009-10-19 06:54:32 +0000
commitaea65d7bde3b4674fea111d109fc03fff1c46006 (patch)
tree95b2f7bcd3d0507d9988b9f1cc0636ab62617916 /app-emacs/gentoo-syntax/files
parentx11-drivers/xf86-input-evdev: bump to 2.3.0, sync with overlay (diff)
downloadhistorical-aea65d7bde3b4674fea111d109fc03fff1c46006.tar.gz
historical-aea65d7bde3b4674fea111d109fc03fff1c46006.tar.bz2
historical-aea65d7bde3b4674fea111d109fc03fff1c46006.zip
gentoo-newsitem-mode wasn't autoloaded.
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'app-emacs/gentoo-syntax/files')
-rw-r--r--app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el2
1 files changed, 2 insertions, 0 deletions
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))