unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* delq string element in ido
@ 2009-12-26 10:49 Leo
  2009-12-26 11:15 ` Andreas Schwab
  0 siblings, 1 reply; 7+ messages in thread
From: Leo @ 2009-12-26 10:49 UTC (permalink / raw)
  To: emacs-devel

In function `ido-kill-buffer-at-head', there's this form

    (delq buf ido-cur-list)

where buf is a string and ido-cur-list is a list of strings. I get this
by stepping through this function and checking the values of buf and
ido-cur-list. But delq uses `eq' to compare. Any idea why this function
still succeeds?

Leo





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-12-26 15:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-26 10:49 delq string element in ido Leo
2009-12-26 11:15 ` Andreas Schwab
2009-12-26 12:13   ` Leo
2009-12-26 12:34     ` Teemu Likonen
2009-12-26 12:37     ` Eli Zaretskii
2009-12-26 13:05     ` Andreas Schwab
2009-12-26 15:24       ` Leo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).