aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-07-28 19:05:54 +0100
committerWilfred Hughes <me@wilfred.me.uk>2018-07-28 19:05:54 +0100
commit0caa886420a3211d153847fd5f1e80bc6677369e (patch)
treea57be2128a2fb5b6d7a8e60b67bdcd39a33b2c35 /CHANGELOG.md
parenta7260fb844924481abf01ac5796354ced084c1f8 (diff)
Fix an issue with detecting autoloaded core Emacs functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a82d54a..4a49244 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ functions.
Helpful now shows keybindings for aliases of the current command too.
+Fixed an issue where functions defined in .el.gz files were not
+recognised as being autoloaded.
+
# v0.12
Added a 'pretty view' for string values, keymap values, and hooks.