diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-01-05 06:30:39 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-01-05 06:30:39 +0100 |
commit | d763c12796ae13d5acd3c48c180981538d4318a8 (patch) | |
tree | a6c4b1e1616bd44d4df9d919bacc6d6b436ed04c /lisp/emacs-lisp/checkdoc.el | |
parent | ad63bdf05aa4a0e66139c24fbac8b08b22fc4542 (diff) | |
parent | e7aa3ece52d26cc7e4d3f3990aff56127389779f (diff) | |
download | emacs-d763c12796ae13d5acd3c48c180981538d4318a8.tar.gz emacs-d763c12796ae13d5acd3c48c180981538d4318a8.tar.bz2 emacs-d763c12796ae13d5acd3c48c180981538d4318a8.zip |
Merge from origin/emacs-28
e7aa3ece52 Fix vc-git with old Git over Tramp and cygwin-mount.el
c0cfbca311 * lisp/emacs-lisp/checkdoc.el (bytecomp): Add missing require
# Conflicts:
# etc/NEWS
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 6e8a6abdb6e..334988e7135 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -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 |