diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2019-03-03 22:43:55 +0000 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2019-03-03 22:43:55 +0000 |
| commit | a20eef8fd3fb33abe35dd2ed1590184bc2975b69 (patch) | |
| tree | cfe0e567e5ec1060be594c0134749b8ca36f006f /CHANGELOG.md | |
| parent | 72e93276fc0032e434f2acf62d8d63d51557e55b (diff) | |
Always autoload callables if they aren't loaded0.16
Fixes #117
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ecacc4a..bab2fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ Added looking up C-style Lisp names. Set `comment-start` inside helpful buffers, to fix external packages relying on that variable. +Helpful now always autoloads callables if they aren't already +loaded. This is consistent with help.el (unless you've overriden +`help-enable-auto-load`), produces more useful results, and fixes +crashes rendering some docstrings. + # v0.15 Fixed a crash on formatting values. |
