aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/erlang.el
AgeCommit message (Expand)Author
2011-04-15Inhibit electric newline after "->" when inside a type specMagnus Henoch
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-09Declare indentation options as "safe" in erlang-mode for EmacsMagnus Henoch
2010-09-30Emacs erlang-mode: fix syntax highlighting of $ in two casesMagnus Henoch
2010-06-01Improved indentation of old catch.Dan Gudmundsson
2010-06-01Added more type highlighting and fixed record indentation with types.Dan Gudmundsson
2010-05-26Merge branch 'mh/fix-record-indentation' into devErlang/OTP
2010-05-26Merge branch 'mh/inferior-erlang-cmd-uniq' into devErlang/OTP
2010-05-26Merge branch 'mh/erlang-mode-imenu-arity' into devErlang/OTP
2010-05-24Set erlang-mode-map when loading erlang.elMagnus Henoch
2010-05-20Let imenu distinguish functions by arityMagnus Henoch
2010-05-18Fix indentation of records with line breaks inside listsMagnus Henoch
2010-05-18inferior-erlang: specify command to run, uniquify buffer namesMagnus Henoch
2010-05-03Remove usage of 'font-lock-preprocessor-face' if not availableDan Gudmundsson
2010-03-15Fix another -spec() problemDan Gudmundsson
2010-03-15Fix electric semi-colon and tuples inside listsDan Gudmundsson
2010-02-15Merge branch 'dgud/emacs-mode' into ccase/r13b04_devErlang/OTP
2010-01-29Added the old style skeletons, and a variable to change.Dan Gudmundsson
2010-01-29Move code skeletons to a separate file.Dave Peticolas
2009-12-18Emacs: Added indentation inside parenthesisDan Gudmundsson
2009-12-17More -spec indentation fixes.Dan Gudmundsson
2009-12-15Fixed indentation of -spec() -> Var :: type();Dan Gudmundsson
2009-12-15Added a indentation when using electric-comma.Dan Gudmundsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP