diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-14 23:54:06 +0000 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-14 23:55:35 +0000 |
| commit | dce09e9c338c8733254e10387ad0dc118a89bd82 (patch) | |
| tree | 079e7eb9fc2e58f5711c58374c84c1b629575278 /CHANGELOG.md | |
| parent | c53fc352fcbf633285bbb85faed1a5b8ceab2fde (diff) | |
Ensure that we don't call find-file with propertized strings0.4
This breaks recentf, as it serialises the propertized string to a file
~/.recentf and then Emacs can't read the file on startup.
Fixes #68.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 721948c..bf0033b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ interactively defined functions being edebugged. Added a cleanup command `helpful-kill-buffers`. +Fixed an issue with helpful making recentf write broken paths to +~/.recentf, breaking Emacs startup. + # v0.3 Fixed a crash on autoloaded functions that aren't loaded yet. |
