contrib/mq.el
changeset 5465 9873cbb134b2
parent 5081 ea7b982b6c08
child 5466 87860c62e003
--- a/contrib/mq.el	Thu Apr 12 13:11:30 2007 +0200
+++ b/contrib/mq.el	Thu Oct 11 05:58:54 2007 +0900
@@ -18,6 +18,7 @@
 ;; C-l').  If not, write to the Free Software Foundation, Inc., 59
 ;; Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+(eval-when-compile (require 'cl))
 (require 'mercurial)
 
 
@@ -102,7 +103,7 @@
 		  (hg-chomp (hg-run0 (or source "qseries"))) "\n")))
     (when force
       (completing-read (format "Patch%s: " (or prompt ""))
-		       (map 'list 'cons patches patches)
+		       (mapcar (lambda (x) (cons x x)) patches)
 		       nil
 		       nil
 		       nil