unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* `remove-duplicates'
@ 2011-07-10 15:05 Lars Magne Ingebrigtsen
  2011-07-10 15:27 ` `remove-duplicates' Juanma Barranquero
  2011-07-12  3:48 ` `remove-duplicates' Stefan Monnier
  0 siblings, 2 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-10 15:05 UTC (permalink / raw)
  To: emacs-devel

Would anybody mind if I add a simple version of `remove-duplicates' to
subr.el?  I'm tired of rewriting the same loop...

It'll be one of those

(if (null (featurep 'cl))
    (progn
(defun remove-duplicates ...)

things.

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




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

end of thread, other threads:[~2011-07-12  7:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-10 15:05 `remove-duplicates' Lars Magne Ingebrigtsen
2011-07-10 15:27 ` `remove-duplicates' Juanma Barranquero
2011-07-10 16:06   ` `remove-duplicates' David Kastrup
2011-07-10 16:37     ` `remove-duplicates' Drew Adams
2011-07-12  3:48 ` `remove-duplicates' Stefan Monnier
2011-07-12  7:22   ` `remove-duplicates' Lars Magne Ingebrigtsen

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).