Skip to content

Commit

Permalink
Merge pull request magnars#91 from lujun9972/oref
Browse files Browse the repository at this point in the history
recognize `oref' as a new standard helper function in `s-format'
  • Loading branch information
magnars committed Apr 5, 2016
2 parents b5b2193 + c960dbf commit 00355a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions s.el
Expand Up @@ -551,6 +551,8 @@ transformation."
(funcall 's--aget extra var))
((eq replacer 'elt)
(funcall replacer extra var))
((eq replacer 'oref)
(funcall replacer extra (intern var)))
(t
(set-match-data saved-match-data)
(if extra
Expand Down

0 comments on commit 00355a1

Please sign in to comment.