public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-wm/sawfish/files: sawfish-1.6.3-prompt.patch
@ 2010-05-31 20:05 Harald van Dijk (truedfx)
  0 siblings, 0 replies; only message in thread
From: Harald van Dijk (truedfx) @ 2010-05-31 20:05 UTC (permalink / raw
  To: gentoo-commits

truedfx     10/05/31 20:05:17

  Added:                sawfish-1.6.3-prompt.patch
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-wm/sawfish/files/sawfish-1.6.3-prompt.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/files/sawfish-1.6.3-prompt.patch?rev=1.1&view=markup
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

Index: sawfish-1.6.3-prompt.patch
===================================================================
--- sawfish/lisp/sawfish/wm/util/prompt.jl
+++ sawfish/lisp/sawfish/wm/util/prompt.jl
@@ -121,10 +121,15 @@
   ;; Compilation hack: ensure that the compiler doesn't complain when
   ;; these are treated like functions and passed values.
   (eval-when-compile
-    (setq prompt-completion-fun (lambda (#!rest) nil)
-          prompt-validation-fun (lambda (#!rest) nil)
-          prompt-abbrev-fun (lambda (#!rest) nil)
-          prompt-display-fun (lambda (#!rest) nil)))
+    (progn
+      (defvar prompt-completion-fun nil)
+      (defvar prompt-validation-fun nil)
+      (defvar prompt-abbrev-fun nil)
+      (defvar prompt-display-fun nil)
+      (setq prompt-completion-fun (lambda (#!rest) nil)
+            prompt-validation-fun (lambda (#!rest) nil)
+            prompt-abbrev-fun (lambda (#!rest) nil)
+            prompt-display-fun (lambda (#!rest) nil))))
 
 
   ;; From merlin






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-31 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31 20:05 [gentoo-commits] gentoo-x86 commit in x11-wm/sawfish/files: sawfish-1.6.3-prompt.patch Harald van Dijk (truedfx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox