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

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

mouse-save-then-kill expects kill-ring to be a consp


From: Drew Adams
Subject: mouse-save-then-kill expects kill-ring to be a consp
Date: Tue, 21 Sep 2004 15:13:24 -0700

I don't know if this is still a bug in Emacs 21; I just checked the code quickly (didn't test), but it was a bug in Emacs 20:
 
Initially, the kill-ring is nil, and mouse-save-then-kill expects it to be a consp. I fixed this for myself in Emacs 20 this way: (unless kill-ring (kill-new ""))
 
 - Drew

reply via email to

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