diff options
| -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) |
