diff options
| author | Johann Klähn <github@web.jklaehn.de> | 2017-12-31 02:29:53 +0100 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-31 01:29:53 +0000 |
| commit | 9fc4fa1f9d334e255c820e64d5aa56daeeb83375 (patch) | |
| tree | 0a0efbfc0b249d7f387473fde92c12ce5df37008 | |
| parent | f4301765a9b4a44ce732e3118036acb48c51f94a (diff) | |
Remove side-effect-free statement (#81)
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -656,8 +656,6 @@ unescaping too." (helpful--propertize-keywords) (s-trim))) -(helpful--format-docstring "(apply '+ 1 '(1 2))") - (defconst helpful--highlighting-funcs '(ert--activate-font-lock-keywords highlight-quoted-mode |
