Gentoo Archives: gentoo-commits

From: "Harald van Dijk (truedfx)" <truedfx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/sawfish/files: sawfish-1.6.3-prompt.patch
Date: Mon, 31 May 2010 20:05:21
Message-Id: 20100531200517.D7C692CAD8@corvid.gentoo.org
1 truedfx 10/05/31 20:05:17
2
3 Added: sawfish-1.6.3-prompt.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-wm/sawfish/files/sawfish-1.6.3-prompt.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/files/sawfish-1.6.3-prompt.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/files/sawfish-1.6.3-prompt.patch?rev=1.1&content-type=text/plain
13
14 Index: sawfish-1.6.3-prompt.patch
15 ===================================================================
16 --- sawfish/lisp/sawfish/wm/util/prompt.jl
17 +++ sawfish/lisp/sawfish/wm/util/prompt.jl
18 @@ -121,10 +121,15 @@
19 ;; Compilation hack: ensure that the compiler doesn't complain when
20 ;; these are treated like functions and passed values.
21 (eval-when-compile
22 - (setq prompt-completion-fun (lambda (#!rest) nil)
23 - prompt-validation-fun (lambda (#!rest) nil)
24 - prompt-abbrev-fun (lambda (#!rest) nil)
25 - prompt-display-fun (lambda (#!rest) nil)))
26 + (progn
27 + (defvar prompt-completion-fun nil)
28 + (defvar prompt-validation-fun nil)
29 + (defvar prompt-abbrev-fun nil)
30 + (defvar prompt-display-fun nil)
31 + (setq prompt-completion-fun (lambda (#!rest) nil)
32 + prompt-validation-fun (lambda (#!rest) nil)
33 + prompt-abbrev-fun (lambda (#!rest) nil)
34 + prompt-display-fun (lambda (#!rest) nil))))
35
36
37 ;; From merlin