On Sat, Apr 29, 2017 at 10:43 PM Tino Calancha wrote: > I have pushed the following fix: > > diff --git a/lisp/files.el b/lisp/files.el > index af2a713822..0978fa254f 100644 > --- a/lisp/files.el > +++ b/lisp/files.el > @@ -28,6 +28,10 @@ > > ;;; Code: > > +(eval-when-compile > + (require 'pcase) > + (require 'easy-mmode)) ; For `define-minor-mode'. > + > (defvar font-lock-keywords) > > (defgroup backup nil > -- > 2.11.0 > Thanks. I confirm the fix. -- Kaushal Modi