emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] void-function mapc


From: Mark Triggs
Subject: Re: [emacs-wiki-discuss] void-function mapc
Date: Mon, 14 Mar 2005 09:47:00 +1100
User-agent: No Gnus v0.3

Rino Mardo <address@hidden> writes:

> i the list to this pasted email regarding mapc. i presently have this
> problem can anyone suggest a way to fix this. should i use bleeding
> edge debian and planner or what?

I suppose you could define mapc yourself at the top of your ~/.emacs
like:

  (unless (fboundp 'mapc)
    (defun mapc (function sequence)
      "A simple wrapper around MAPCAR."
      (mapcar function sequence)
      sequence))

(Someone might want to jump in here and suggest a less hackish solution)

Cheers,

Mark

-- 
Mark Triggs
<address@hidden>




reply via email to

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