stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] [PATCH] Make the info command accept a format string as an argum


From: Antti Nykanen
Subject: [STUMP] [PATCH] Make the info command accept a format string as an argument
Date: Sun, 3 May 2009 15:19:08 +0300

---
 window.lisp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/window.lisp b/window.lisp
index baf9ee6..b4446bd 100644
--- a/window.lisp
+++ b/window.lisp
@@ -992,7 +992,7 @@ be used to override the default window formatting."
 
 (defcommand-alias windows echo-windows)
 
-(defcommand info (&optional (fmt *window-info-format*)) ()
+(defcommand info (&optional (fmt *window-info-format*)) (:rest)
   "Display information about the current window."
   (if (current-window)
       (message "~a" (format-expand *window-formatters* fmt (current-window)))
-- 
1.6.2.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]