Skip to content

Commit

Permalink
Include current function's parameters in local variable list
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Wiborg committed Mar 4, 2009
1 parent 9e69568 commit a0ceb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/lisp/malabar-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
:test-not #'eql
:key #'semantic-tag-class)
result))))))
(push (semantic-tag-function-arguments (semantic-current-tag-of-class 'function)) result)
(apply 'append result)))

(defvar malabar-mode-map
Expand Down

0 comments on commit a0ceb33

Please sign in to comment.