* lisp/emacs-lisp/checkdoc.el (bytecomp): Add missing require
This commit is contained in:
parent
6e53178a37
commit
c0cfbca311
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'bytecomp) ;; for byte-compile-docstring-max-column
|
||||
(require 'cl-lib)
|
||||
(require 'help-mode) ;; for help-xref-info-regexp
|
||||
(require 'thingatpt) ;; for handy thing-at-point-looking-at
|
||||
|
|
Loading…
Add table
Reference in a new issue