aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2018-09-10 15:00:40 +0200
committerDan Gudmundsson <[email protected]>2018-09-10 15:00:40 +0200
commit2eccf112d0ed6d0736562ca5260740cc670b7ddb (patch)
treeed9ceffb85c38f1bd163209831cdb12b5f0dba5d
parentd46bcb823a3c2b67dd4f965ea70aff869295932b (diff)
parentfd591b6f7bb681dd5335a67e66b1d0b8ecf2a76f (diff)
downloadotp-2eccf112d0ed6d0736562ca5260740cc670b7ddb.tar.gz
otp-2eccf112d0ed6d0736562ca5260740cc670b7ddb.tar.bz2
otp-2eccf112d0ed6d0736562ca5260740cc670b7ddb.zip
Merge branch 'maint'
* maint: 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: