Skip to content

Commit

Permalink
Create simplified signatures for classes
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhw committed Mar 8, 2009
1 parent 95d6bb6 commit 8090738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/lisp/malabar-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,8 @@ e.g. `malabar-choose'."
(malabar--get-return-type spec))
((malabar--field-p spec)
(malabar--get-type spec))
((malabar--class-p spec)
"class")
(t
(error "Can't create signature for a %s" (car spec)))))
(name (malabar--get-name spec))
Expand Down

0 comments on commit 8090738

Please sign in to comment.