diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-09-28 22:43:14 -0500 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-09-28 22:44:44 -0500 |
| commit | eae6601d6e5ba82d8ffff7fac1ef1a895846d346 (patch) | |
| tree | a85b1e58983e284a82f4b542b310f9a45ce392e4 | |
| parent | 9684d413268d49bfe2e5e6f9e64622ca76204b4c (diff) | |
We depend on cl-prettyprint in cl-extrafix_advice
| -rw-r--r-- | helpful.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ (ignore-errors (require 'nadvice)) (require 'info-look) +(require 'cl-extra) ; cl-prettyprint (defvar-local helpful--sym nil) (defvar-local helpful--callable-p nil) |
