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 16:14:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/20 16:14:06

Index: subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.610
retrieving revision 1.611
diff -u -b -r1.610 -r1.611
--- subr.el     20 Oct 2008 09:39:33 -0000      1.610
+++ subr.el     20 Oct 2008 16:14:06 -0000      1.611
@@ -25,9 +25,6 @@
 
 ;;; 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'.")
@@ -75,6 +72,11 @@
   ;; Does nothing - byte-compile-declare-function does the work.
   nil)
 
+;; This is for lexical-let in apply-partially.  It is here because cl
+;; needs declare-function, defined above.
+(eval-when-compile (require 'cl))
+
+
 ;;;; Basic Lisp macros.
 
 (defalias 'not 'null)




reply via email to

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