Location: lg@xxxxxxxxxxxxxx http://arch.xwem.org/2005/
Revision: xwem--main--2.1--patch-7
Archive: lg@xxxxxxxxxxxxxx
Creator: Zajcev Evgeny <lg@xxxxxxxx>
Date: Wed Jan 26 00:38:30 MSK 2005
Standard-date: 2005-01-25 21:38:30 GMT
Modified-files: lisp/xwem-clients.el
New-patches: lg@xxxxxxxxxxxxxx/xwem--main--2.1--patch-7
Summary: Typo fix, thanks to Steve
Keywords:
* added files
{arch}/xwem/xwem--main/xwem--main--2.1/lg@xxxxxxxxxxxxxx/patch-log/patch-7
* modified files
--- orig/lisp/xwem-clients.el
+++ mod/lisp/xwem-clients.el
@@ -1946,7 +1946,7 @@
(unless (xwem-client-property cl 'skip-initial-state)
(xwem-cl-honour-init-state cl))
- (run-hooks 'xwem-cl-manage-hook cl))
+ (run-hook-with-args 'xwem-cl-manage-hook cl))
;;;###xwem-autoload
(defun xwem-activate (cl &optional type)
|