Use structs
This commit is contained in:
parent
11c81b485e
commit
730698dbd6
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'gomuks-structs)
|
||||||
|
|
||||||
(cl-defstruct gomuks-state rooms spaces)
|
(cl-defstruct gomuks-state rooms spaces)
|
||||||
(cl-defstruct room id name topic events)
|
(cl-defstruct room id name topic events)
|
||||||
(cl-defstruct message row-id id sender body)
|
(cl-defstruct message row-id id sender body)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue