diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-09-28 22:30:23 -0500 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-09-28 22:44:34 -0500 |
| commit | 255e500acdb0e9061cd465a68769d4aab17494ef (patch) | |
| tree | 6143aef557a2a30c25c7af8ca77b6c5e8796577a /helpful.el | |
| parent | 85be52217ff5024f604a9337c2e420b8895a0f95 (diff) | |
Allow loading nadvice to fail
Diffstat (limited to 'helpful.el')
| -rw-r--r-- | helpful.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -46,7 +46,9 @@ (require 'dash) (require 's) (require 'find-func) -(require 'nadvice) +;; For some reason, this errors on Travis. +(ignore-errors + (require 'nadvice)) (require 'info-look) (defvar-local helpful--sym nil) |
