unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54673] [PATCH] services: messaging: Fix two copy-paste mistakes; avoid warnings.
@ 2022-04-01 19:19 Attila Lendvai
  2022-04-05 18:34 ` bug#54673: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Attila Lendvai @ 2022-04-01 19:19 UTC (permalink / raw)
  To: 54673; +Cc: Attila Lendvai

---
 gnu/services/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/services/messaging.scm b/gnu/services/messaging.scm
index 6ed55453db..4bceb1d37a 100644
--- a/gnu/services/messaging.scm
+++ b/gnu/services/messaging.scm
@@ -180,7 +180,7 @@ (define (file-name-list? val)
   (and (list? val) (and-map file-name? val)))
 (define (serialize-file-name-list field-name val)
   (serialize-string-list field-name val))
-(define-maybe file-name)
+(define-maybe file-name-list)
 
 (define (file-object? val)
   (or (file-like? val) (file-name? val)))
@@ -192,7 +192,7 @@ (define (file-object-list? val)
   (and (list? val) (and-map file-object? val)))
 (define (serialize-file-object-list field-name val)
   (serialize-string-list field-name val))
-(define-maybe file-object)
+(define-maybe file-object-list)
 
 (define (raw-content? val)
   (not (eq? val 'disabled)))
-- 
2.34.0





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

* bug#54673: [PATCH] services: messaging: Fix two copy-paste mistakes; avoid warnings.
  2022-04-01 19:19 [bug#54673] [PATCH] services: messaging: Fix two copy-paste mistakes; avoid warnings Attila Lendvai
@ 2022-04-05 18:34 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-05 18:34 UTC (permalink / raw)
  To: Attila Lendvai; +Cc: 54673-done

Hi,

Attila Lendvai <attila@lendvai.name> skribis:

> ---
>  gnu/services/messaging.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Added a commit log and applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-04-05 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 19:19 [bug#54673] [PATCH] services: messaging: Fix two copy-paste mistakes; avoid warnings Attila Lendvai
2022-04-05 18:34 ` bug#54673: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).