Gnus development mailing list
 help / color / mirror / Atom feed
* [patch] gnus-score.el 7.8 - gnus-score-edit-done => run-hooks
@ 2004-03-24 12:05 Jari Aalto+mail.linux
  2004-03-26 21:30 ` Jesper Harder
  0 siblings, 1 reply; 2+ messages in thread
From: Jari Aalto+mail.linux @ 2004-03-24 12:05 UTC (permalink / raw)



--- gnus-score.el.7.8	2004-03-24 13:49:14.000000000 +0200
+++ gnus-score.el	2004-03-24 13:49:20.000000000 +0200
@@ -2359,7 +2359,7 @@
       (set-window-configuration winconf))
     (gnus-score-remove-from-cache bufnam)
     (gnus-score-load-file bufnam)
-    (run-hook 'gnus-score-edit-done-hook)))
+    (run-hooks 'gnus-score-edit-done-hook)))
 
 (defun gnus-score-find-trace ()
   "Find all score rules that applies to the current article."


-- 
http://tiny-tools.sourceforge.net/
Swatch @time   http://www.mir.com.my/iTime/itime.htm
               http://www.ryanthiessen.com/swatch/resources.htm
Use Licenses!  http://www.linuxjournal.com/article.php?sid=6225
Which Licence? http://www.linuxjournal.com/article.php?sid=4825
OSI Licences   http://www.opensource.org/licenses/




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] gnus-score.el 7.8 - gnus-score-edit-done => run-hooks
  2004-03-24 12:05 [patch] gnus-score.el 7.8 - gnus-score-edit-done => run-hooks Jari Aalto+mail.linux
@ 2004-03-26 21:30 ` Jesper Harder
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Harder @ 2004-03-26 21:30 UTC (permalink / raw)


letters@hotpop.com (Jari Aalto+mail.linux) writes:

> --- gnus-score.el.7.8	2004-03-24 13:49:14.000000000 +0200
> +++ gnus-score.el	2004-03-24 13:49:20.000000000 +0200
> @@ -2359,7 +2359,7 @@
>        (set-window-configuration winconf))
>      (gnus-score-remove-from-cache bufnam)
>      (gnus-score-load-file bufnam)
> -    (run-hook 'gnus-score-edit-done-hook)))
> +    (run-hooks 'gnus-score-edit-done-hook)))

This patch doesn't apply.  `gnus-score-edit-done' doesn't contain
the line:

 -    (run-hook 'gnus-score-edit-done-hook)))

in my version.  Also, `gnus-score-edit-done-hook' isn't defined
anywhere.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-26 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-24 12:05 [patch] gnus-score.el 7.8 - gnus-score-edit-done => run-hooks Jari Aalto+mail.linux
2004-03-26 21:30 ` Jesper Harder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).