emacs-devel
[Top][All Lists]
Advanced

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

Re: master 3139551: Don’t attempt to modify constant strings


From: Dmitry Gutov
Subject: Re: master 3139551: Don’t attempt to modify constant strings
Date: Sun, 17 May 2020 14:24:06 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 17.05.2020 08:25, Paul Eggert wrote:
  ;;
-;; (password-cache-add "test" "foo")
+;; (password-cache-add "test" (copy-sequence "foo"))
  ;;  => nil

This seems like a false positive.



reply via email to

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