diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-05-27 12:30:29 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-05-27 12:30:29 +0000 |
commit | 2947439f2a6ccad389128738ed89bb3002ca98cf (patch) | |
tree | 701cab526b76fe64cefa2ab437e3545d1c273ddd /sys-apps/qingy | |
parent | Fix LICENSE and add bindist restriction, bug 444330. (diff) | |
download | gentoo-2-2947439f2a6ccad389128738ed89bb3002ca98cf.tar.gz gentoo-2-2947439f2a6ccad389128738ed89bb3002ca98cf.tar.bz2 gentoo-2-2947439f2a6ccad389128738ed89bb3002ca98cf.zip |
Whitespace.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'sys-apps/qingy')
-rw-r--r-- | sys-apps/qingy/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/qingy/files/50qingy-gentoo.el | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/qingy/ChangeLog b/sys-apps/qingy/ChangeLog index 0e95b5eac9b7..29bf46f31a38 100644 --- a/sys-apps/qingy/ChangeLog +++ b/sys-apps/qingy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/qingy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.69 2013/03/05 10:10:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.70 2013/05/27 12:30:29 ulm Exp $ + + 27 May 2013; Ulrich Müller <ulm@gentoo.org> files/50qingy-gentoo.el: + Whitespace. 05 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> qingy-1.0.0.ebuild, +files/qingy-1.0.0-tinfo.patch: diff --git a/sys-apps/qingy/files/50qingy-gentoo.el b/sys-apps/qingy/files/50qingy-gentoo.el index b59c36ed8038..bcb814bda0b7 100644 --- a/sys-apps/qingy/files/50qingy-gentoo.el +++ b/sys-apps/qingy/files/50qingy-gentoo.el @@ -2,5 +2,6 @@ ;; qingy site initialisation file (add-to-list 'load-path "@SITELISP@") -(autoload 'qingy "qingy-mode" "Major mode for editing Qingy settings and themes" t) +(autoload 'qingy-mode "qingy-mode" + "Major mode for editing Qingy settings and themes" t) (add-to-list 'auto-mode-alist '("/\\(?:settings\\|theme\\)$" . qingy-mode)) |