diff options
author | Dan Gudmundsson <[email protected]> | 2018-09-10 15:00:40 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2018-09-10 15:00:40 +0200 |
commit | 2eccf112d0ed6d0736562ca5260740cc670b7ddb (patch) | |
tree | ed9ceffb85c38f1bd163209831cdb12b5f0dba5d /lib | |
parent | d46bcb823a3c2b67dd4f965ea70aff869295932b (diff) | |
parent | fd591b6f7bb681dd5335a67e66b1d0b8ecf2a76f (diff) | |
download | otp-2eccf112d0ed6d0736562ca5260740cc670b7ddb.tar.gz otp-2eccf112d0ed6d0736562ca5260740cc670b7ddb.tar.bz2 otp-2eccf112d0ed6d0736562ca5260740cc670b7ddb.zip |
Merge branch 'maint'
* maint:
erlang-mode: fix void variable align-rules-list error
Diffstat (limited to 'lib')
-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: |