File 0388-Require-align.patch of Package erlang
From 9794afec79798d139eeca3cde7d2c2a608dfff00 Mon Sep 17 00:00:00 2001 From: "David N. Welton" <davidw@dedasys.com> Date: Sat, 3 Mar 2018 12:47:05 -0800 Subject: [PATCH 2/2] Require align --- lib/tools/emacs/erlang.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index b757371483..fb25b26d72 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -77,6 +77,7 @@ ;;; Code: (eval-when-compile (require 'cl)) +(eval-when-compile (require 'align)) ;; Variables: -- 2.16.4