]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/checkdoc.el (bytecomp): Add missing require
authorPhilipp Stephani <phst@google.com>
Wed, 5 Jan 2022 00:41:46 +0000 (01:41 +0100)
committerPhilipp Stephani <phst@google.com>
Wed, 5 Jan 2022 00:41:46 +0000 (01:41 +0100)
lisp/emacs-lisp/checkdoc.el

index 3a2ded7c783bd6d1730fa732f3803788e73864ca..660b7062d1e3f2e85275048147dc85c415f9a21d 100644 (file)
 
 ;;; 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