Skip to content

Commit

Permalink
Don't use obsolete aget function from assoc.el
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 15, 2013
1 parent fa15b1a commit bfbd8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haml-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ END.")
(code-start (1+ (match-beginning 3)))
(code-end (match-end 3)))
(save-match-data
(funcall (or (aget haml-fontify-filter-functions-alist filter-name)
(funcall (or (cdr (assoc filter-name haml-fontify-filter-functions-alist))
#'(lambda (beg end)
(put-text-property beg end
'face
Expand Down

0 comments on commit bfbd8d9

Please sign in to comment.