diff options
author | Dan Gudmundsson <[email protected]> | 2018-09-10 14:58:26 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-10 14:58:26 +0200 |
commit | fd591b6f7bb681dd5335a67e66b1d0b8ecf2a76f (patch) | |
tree | 40f778dc05dcd06fc529ae9a751bebf3dfd1aedc /lib/tools/emacs/erlang.el | |
parent | 75f38119d8ae00e188aedc826029db0e133cb6fd (diff) | |
parent | 32a9f9b2eb14623296ed6cb91d96ade0691134d4 (diff) | |
download | otp-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
Diffstat (limited to 'lib/tools/emacs/erlang.el')
-rw-r--r-- | lib/tools/emacs/erlang.el | 2 |
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: |