Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3807f318
Commit
3807f318
authored
Sep 10, 2018
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/thread.el: Remove more useless runtime requires.
parent
9e297f35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/thread.el
lisp/thread.el
+2
-2
No files found.
lisp/thread.el
View file @
3807f318
...
...
@@ -25,9 +25,9 @@
;;; Code:
(
require
'cl-lib
)
(
eval-when-compile
(
require
'cl-lib
)
)
(
require
'backtrace
)
(
require
'pcase
)
(
eval-when-compile
(
require
'pcase
)
)
(
eval-when-compile
(
require
'subr-x
))
;;;###autoload
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment