]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add missing `require'
authorPhilipp Stephani <phst@google.com>
Tue, 25 Oct 2016 11:29:17 +0000 (13:29 +0200)
committerPhilipp Stephani <phst@google.com>
Tue, 25 Oct 2016 11:29:52 +0000 (13:29 +0200)
lisp/term/xterm.el

index ea31ee8a470ffd6ab4acceae34beb29d7f2bae9c..faf89915536fbaddafcc18490318ac7eba477ce5 100644 (file)
@@ -24,6 +24,8 @@
 
 ;;; Code:
 
+(require 'cl-lib)
+
 (defgroup xterm nil
   "XTerm support."
   :version "24.1"