emacs-devel
[Top][All Lists]
Advanced

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

weird desktop.el change


From: Miles Bader
Subject: weird desktop.el change
Date: Wed, 11 Apr 2007 09:05:47 +0900

Hi,

You made this change to "lisp/desktop.el":

   revision 1.107
   date: 2007-04-06 18:35:23 +0000;  author: cyd;  state: Exp;  lines: +4 -4
   (desktop-create-buffer, desktop-save): Revert 2004-11-12 change.

The "2004-11-12 change" seems to be this:

   revision 1.76
   date: 2004-11-12 16:54:30 +0000;  author: eliz;  state: Exp;  lines: +13 -13
   (desktop-create-buffer, desktop-save): Avoid some consing by using mapc
   instead of mapcar.

A quick glance suggests that Eli's change was correct (the return values
of the calls to mapc/mapcar are all ignored, so using mapc seems OK),
and does indeed avoid some consing, so why did you revert it?

[Sorry if this was discussed -- a search on the emacs-devel archives
didn't turn up anything obvious.]

Thanks,

-Miles

-- 
"Suppose He doesn't give a shit?  Suppose there is a God but He
just doesn't give a shit?"  [George Carlin]




reply via email to

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