Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/qingy/files: 50qingy-gentoo.el
Date: Mon, 27 May 2013 12:30:35
Message-Id: 20130527123029.26A242171D@flycatcher.gentoo.org
1 ulm 13/05/27 12:30:29
2
3 Modified: 50qingy-gentoo.el
4 Log:
5 Whitespace.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.2 sys-apps/qingy/files/50qingy-gentoo.el
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/files/50qingy-gentoo.el?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/files/50qingy-gentoo.el?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/files/50qingy-gentoo.el?r1=1.1&r2=1.2
15
16 Index: 50qingy-gentoo.el
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qingy/files/50qingy-gentoo.el,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 50qingy-gentoo.el 20 Jul 2007 08:26:43 -0000 1.1
23 +++ 50qingy-gentoo.el 27 May 2013 12:30:29 -0000 1.2
24 @@ -2,5 +2,6 @@
25 ;; qingy site initialisation file
26
27 (add-to-list 'load-path "@SITELISP@")
28 -(autoload 'qingy "qingy-mode" "Major mode for editing Qingy settings and themes" t)
29 +(autoload 'qingy-mode "qingy-mode"
30 + "Major mode for editing Qingy settings and themes" t)
31 (add-to-list 'auto-mode-alist '("/\\(?:settings\\|theme\\)$" . qingy-mode))