emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] externals/org ee0961ba31: lisp/org-table.el: fix warning abou


From: Stefan Monnier
Subject: Re: [elpa] externals/org ee0961ba31: lisp/org-table.el: fix warning about `eq' usage
Date: Tue, 31 Oct 2023 23:05:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

>     This change does not affect the behavior of `org-table-make-reference'
>     because `eq' treats all instances of the empty string as the same
>     object anyway, e.g., `(eq (string-trim "aaabbb" "a+" "b+") "")' ==> t.

Not quite so: (eq (string-to-multibyte "") "") => nil


-- Stefan




reply via email to

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