diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 16:29:47 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 16:29:47 -0200 |
commit | 49ee9fc6aa1702cfaf3f67b193eb7c888d23f8d2 (patch) | |
tree | 3f39d61cf0f2c1ad720b07342abe30f27362c32d | |
parent | 085c9d8d29aeb060b93db35e0c1076745ac9fe88 (diff) |
Typo
-rw-r--r-- | sx-user.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -187,8 +187,7 @@ using `sx-user--format'." (if (stringp .display_name) (concat "@" (sx--recursive-replace sx-user--ascii-replacement-list .display_name)) - ;; "" - ))) + ""))) (provide 'sx-user) ;;; sx-user.el ends here |