diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2020-09-30 16:12:40 -0700 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2020-09-30 16:12:40 -0700 |
| commit | 1671e1dd08ca9543bf80e878135c6bbba84efe05 (patch) | |
| tree | f8b7b79fe3a052a18947d17420da27cbe75a5322 | |
| parent | 5a5eb62ae1f9cfdd4897ec6e878ec96231c52bdd (diff) | |
Roll version
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | helpful.el | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e61c4e..6d75716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# v0.18 (unreleased) +# v0.19 (unreleased) + +No changes yet. + +# v0.18 Show the original value for custom variables whose value has changed. @@ -1,11 +1,11 @@ ;;; helpful.el --- a better *help* buffer -*- lexical-binding: t; -*- -;; Copyright (C) 2017-2019 Wilfred Hughes +;; Copyright (C) 2017-2020 Wilfred Hughes ;; Author: Wilfred Hughes <me@wilfred.me.uk> ;; URL: https://github.com/Wilfred/helpful ;; Keywords: help, lisp -;; Version: 0.18 +;; Version: 0.19 ;; Package-Requires: ((emacs "25") (dash "2.12.0") (dash-functional "1.2.0") (s "1.11.0") (f "0.20.0") (elisp-refs "1.2")) ;; This program is free software; you can redistribute it and/or modify |
