emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/subr.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el,v
Date: Mon, 20 Oct 2008 09:39:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/20 09:39:33

Index: subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.609
retrieving revision 1.610
diff -u -b -r1.609 -r1.610
--- subr.el     19 Oct 2008 21:06:03 -0000      1.609
+++ subr.el     20 Oct 2008 09:39:33 -0000      1.610
@@ -24,6 +24,10 @@
 ;;; Commentary:
 
 ;;; Code:
+
+;; This is for lexical-let in apply-partially.
+(eval-when-compile (require 'cl))
+
 (defvar custom-declare-variable-list nil
   "Record `defcustom' calls made before `custom.el' is loaded to handle them.
 Each element of this list holds the arguments to one call to `defcustom'.")




reply via email to

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