bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#36324: 27.0.50; Error in savehist-save: (wrong-type-argument listp t


From: Lars Ingebrigtsen
Subject: bug#36324: 27.0.50; Error in savehist-save: (wrong-type-argument listp t)
Date: Sat, 22 Jun 2019 11:20:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> So this part of Lars' commit:
>
> -  (unless (or (eq minibuffer-history-variable t)
> -           ;; XEmacs sets minibuffer-history-variable to t to mean "no
> -           ;; history is being recorded".
> -           (memq minibuffer-history-variable savehist-ignored-variables))
> +  (unless (memq minibuffer-history-variable savehist-ignored-variables)
>
> is the culprit.  We should only update the comment since Gnu Emacs is
> doing this as well.

Yes, that looks like a likely culprit -- but just to confirm, after
pulling master now, the bug is gone?  I reverted the patch.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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