From: Lars Ingebrigtsen Date: Mon, 18 Oct 2021 07:22:22 +0000 (+0200) Subject: Fix possible build issue in pcvs.el and diff-mode.el X-Git-Tag: emacs-29.0.90~3671^2~513 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25e624e5859c2e81cafe4b59d0f2d5064aca9ce5;p=emacs.git Fix possible build issue in pcvs.el and diff-mode.el * lisp/vc/pcvs.el (easy-mmode): * lisp/vc/diff-mode.el (easy-mmode): Require. --- diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 297bf4a548e..da70ff00dd7 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -55,6 +55,7 @@ ;;; Code: (eval-when-compile (require 'cl-lib)) (eval-when-compile (require 'subr-x)) +(require 'easy-mmode) (autoload 'vc-find-revision "vc") (autoload 'vc-find-revision-no-save "vc") diff --git a/lisp/vc/pcvs.el b/lisp/vc/pcvs.el index 15c9157f00a..2daa42fbf8f 100644 --- a/lisp/vc/pcvs.el +++ b/lisp/vc/pcvs.el @@ -121,6 +121,7 @@ (require 'pcvs-parse) (require 'pcvs-info) (require 'vc-cvs) +(require 'easy-mmode) ;;;;