From 84f29e6bd8cb51953a260e8d0ad901f7d1ac23c5 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 10 May 2011 01:57:40 +0200 Subject: [PATCH] lisp/misc.el: Require tabulated-list.el during compilation. --- lisp/ChangeLog | 4 ++++ lisp/misc.el | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 304c1792b92..2b61509fb30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-05-09 Juanma Barranquero + + * misc.el: Require tabulated-list.el during compilation. + 2011-05-09 Chong Yidong * progmodes/compile.el (compilation-start): Run diff --git a/lisp/misc.el b/lisp/misc.el index e05173992b6..e50b5b38c75 100644 --- a/lisp/misc.el +++ b/lisp/misc.el @@ -25,6 +25,9 @@ ;;; Code: +(eval-when-compile + (require 'tabulated-list)) + (defun copy-from-above-command (&optional arg) "Copy characters from previous nonblank line, starting just above point. Copy ARG characters, but not past the end of that line. @@ -182,7 +185,6 @@ The return value is always nil." (display-buffer buffer) nil) - (provide 'misc) ;;; misc.el ends here -- 2.39.5