diff options
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/ns-win.el | 2 | ||||
-rw-r--r-- | lisp/term/tvi970.el | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 344c3d434d2..06b67475c1d 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -44,8 +44,6 @@ (error "%s: Loading ns-win.el but not compiled for GNUstep/MacOS" (invocation-name))) -(eval-when-compile (require 'cl)) - ;; Documentation-purposes only: actually loaded in loadup.el. (require 'frame) (require 'mouse) diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el index 161e6222df2..b02d39c1e0f 100644 --- a/lisp/term/tvi970.el +++ b/lisp/term/tvi970.el @@ -27,8 +27,6 @@ ;;; Code: -(eval-when-compile (require 'cl)) - (defvar tvi970-terminal-map (let ((map (make-sparse-keymap))) |