diff options
author | Magnus Henoch <[email protected]> | 2010-05-20 22:05:40 +0100 |
---|---|---|
committer | Magnus Henoch <[email protected]> | 2010-05-20 22:05:40 +0100 |
commit | 85d5b7345e10720d10ea63d79bca282bcd44cdf7 (patch) | |
tree | 9fe067808dc4506d0e830b4e9d8427fb9c43bb62 /lib/snmp/src/app/snmp.appup.src | |
parent | c0895d14994c5e98b1171b0174c70a0244d52f86 (diff) | |
download | otp-85d5b7345e10720d10ea63d79bca282bcd44cdf7.tar.gz otp-85d5b7345e10720d10ea63d79bca282bcd44cdf7.tar.bz2 otp-85d5b7345e10720d10ea63d79bca282bcd44cdf7.zip |
Let imenu distinguish functions by arity
Make the function names used by M-x imenu contain the function arity
as well as the name. This makes it possible to jump to all functions
of the same name, as opposed to only the one that is defined first.
For example, in the following module there is now a way to jump
directly to foo/1:
-module(foo).
foo() ->
ok.
bar() ->
error.
foo(A) ->
{ok, A}.
Diffstat (limited to 'lib/snmp/src/app/snmp.appup.src')
0 files changed, 0 insertions, 0 deletions