Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/slime/files: swank.asd
Date: Mon, 22 Oct 2007 07:53:26
Message-Id: E1Ijs6C-0007Gf-UF@stork.gentoo.org
1 ulm 07/10/22 07:53:20
2
3 Modified: swank.asd
4 Log:
5 Sync swank.asd from Gentoo Lisp overlay.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.4 app-emacs/slime/files/swank.asd
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/files/swank.asd?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/files/swank.asd?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/files/swank.asd?r1=1.3&r2=1.4
14
15 Index: swank.asd
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/slime/files/swank.asd,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- swank.asd 27 Aug 2007 21:08:08 -0000 1.3
22 +++ swank.asd 22 Oct 2007 07:53:20 -0000 1.4
23 @@ -5,7 +5,8 @@
24 #:asdf))
25
26 (defpackage #:swank-loader
27 - (:use #:common-lisp))
28 + (:use #:common-lisp)
29 + (:export #:*source-directory*))
30
31 (in-package #:swank-system)
32
33 @@ -60,11 +61,11 @@
34 #+ecl (define-swank-system
35 "swank-ecl" "swank-gray")
36
37 -(defparameter swank-loader::*source-directory*
38 - (asdf:component-pathname (asdf:find-system :swank)))
39 -
40 (in-package #:swank-loader)
41
42 +(defparameter *source-directory*
43 + (asdf:component-pathname (asdf:find-system :swank)))
44 +
45 (defun load-user-init-file ()
46 "Load the user init file, return NIL if it does not exist."
47 (load (merge-pathnames (user-homedir-pathname)
48
49
50
51 --
52 gentoo-commits@g.o mailing list