aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms.el b/emms.el
index 71e4529..6a2f8cd 100644
--- a/emms.el
+++ b/emms.el
@@ -1344,11 +1344,11 @@ or negative to seek backwards."
;; This is a simple helper data structure, used by both players
;; and tracks.
-(defun emms-dictionary (name)
+(defsubst emms-dictionary (name)
"Create a new dictionary of type NAME."
(list name))
-(defun emms-dictionary-type (dict)
+(defsubst emms-dictionary-type (dict)
"Return the type of the dictionary DICT."
(car dict))