projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd22beb
)
; Add missing `require'
author
Philipp Stephani
<phst@google.com>
Tue, 25 Oct 2016 11:29:17 +0000
(13:29 +0200)
committer
Philipp Stephani
<phst@google.com>
Tue, 25 Oct 2016 11:29:52 +0000
(13:29 +0200)
lisp/term/xterm.el
patch
|
blob
|
history
diff --git
a/lisp/term/xterm.el
b/lisp/term/xterm.el
index ea31ee8a470ffd6ab4acceae34beb29d7f2bae9c..faf89915536fbaddafcc18490318ac7eba477ce5 100644
(file)
--- a/
lisp/term/xterm.el
+++ b/
lisp/term/xterm.el
@@
-24,6
+24,8
@@
;;; Code:
+(require 'cl-lib)
+
(defgroup xterm nil
"XTerm support."
:version "24.1"