comparison lisp/simple.el @ 88802:8552874a4b86

Don't require cl when compiling.
author Dave Love <fx@gnu.org>
date Thu, 27 Jun 2002 20:15:08 +0000
parents 1f1affb402ce
children 1918306a80b1
comparison
equal deleted inserted replaced
88801:3e594563553c 88802:8552874a4b86
27 27
28 ;;; Code: 28 ;;; Code:
29 29
30 (eval-when-compile 30 (eval-when-compile
31 (autoload 'widget-convert "wid-edit") 31 (autoload 'widget-convert "wid-edit")
32 (autoload 'shell-mode "shell") 32 (autoload 'shell-mode "shell"))
33 (require 'cl))
34 33
35 34
36 (defgroup killing nil 35 (defgroup killing nil
37 "Killing and yanking commands" 36 "Killing and yanking commands"
38 :group 'editing) 37 :group 'editing)