aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2018-09-10 14:58:26 +0200
committerGitHub <[email protected]>2018-09-10 14:58:26 +0200
commitfd591b6f7bb681dd5335a67e66b1d0b8ecf2a76f (patch)
tree40f778dc05dcd06fc529ae9a751bebf3dfd1aedc
parent75f38119d8ae00e188aedc826029db0e133cb6fd (diff)
parent32a9f9b2eb14623296ed6cb91d96ade0691134d4 (diff)
downloadotp-fd591b6f7bb681dd5335a67e66b1d0b8ecf2a76f.tar.gz
otp-fd591b6f7bb681dd5335a67e66b1d0b8ecf2a76f.tar.bz2
otp-fd591b6f7bb681dd5335a67e66b1d0b8ecf2a76f.zip
Merge pull request #1942 from velimir0xff/fix-erlang-mode-align
erlang-mode: fix void variable align-rules-list error
-rw-r--r--lib/tools/emacs/erlang.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el
index 242a5abe72..82e5c2222d 100644
--- a/lib/tools/emacs/erlang.el
+++ b/lib/tools/emacs/erlang.el
@@ -77,7 +77,7 @@
;;; Code:
(eval-when-compile (require 'cl))
-(eval-when-compile (require 'align))
+(require 'align)
;; Variables: