emacs-diffs
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 76e1f7d: alist-get: Add optional arg TESTFN


From: Nicolas Petton
Subject: Re: [Emacs-diffs] master 76e1f7d: alist-get: Add optional arg TESTFN
Date: Mon, 17 Jul 2017 15:02:11 +0200

Tino Calancha <address@hidden> writes:

> +(ert-deftest test-map-put-testfn-alist ()
> +  (let ((alist (list (cons "a" 1) (cons "b" 2))))
> +    (map-put alist "a" 3 'equal)
                            ^^^^^^
Why not sharp-quoting it?

Cheers,
Nico

Attachment: signature.asc
Description: PGP signature


reply via email to

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