Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/global/files: 50gtags-gentoo.el
Date: Sun, 24 Aug 2008 01:38:57
Message-Id: E1KX4ZC-00015x-HQ@stork.gentoo.org
1 ulm 08/08/24 01:38:54
2
3 Modified: 50gtags-gentoo.el
4 Log:
5 Use elisp-compile instead of elisp-comp, bug 235586.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.2 dev-util/global/files/50gtags-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/global/files/50gtags-gentoo.el?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/global/files/50gtags-gentoo.el?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/global/files/50gtags-gentoo.el?r1=1.1&r2=1.2
14
15 Index: 50gtags-gentoo.el
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/global/files/50gtags-gentoo.el,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 50gtags-gentoo.el 8 Dec 2005 21:48:19 -0000 1.1
22 +++ 50gtags-gentoo.el 24 Aug 2008 01:38:54 -0000 1.2
23 @@ -1,5 +1,6 @@
24
25 -;; site-lisp configuration for global
26 +;;; global site-lisp configuration
27
28 (add-to-list 'load-path "@SITELISP@")
29 -(autoload 'gtags-mode "gtags" "Toggle Gtags mode, a minor mode for browsing source code using GLOBAL." t)
30 +(autoload 'gtags-mode "gtags"
31 + "Toggle Gtags mode, a minor mode for browsing source code using GLOBAL." t)