diff options
author | Paul W. Rankin <pwr@bydasein.com> | 2021-02-01 17:23:15 +1000 |
---|---|---|
committer | Paul W. Rankin <pwr@bydasein.com> | 2021-02-01 17:23:15 +1000 |
commit | da4def717abe1c7ee7b90ba7f7a74df1302a2e89 (patch) | |
tree | 28329427f8998b9a3d2554ed0da9488094c41c90 | |
parent | f4863bacd3c61a15b00c0dff93c55a63d21ed078 (diff) | |
download | side-notes-da4def717abe1c7ee7b90ba7f7a74df1302a2e89.zip |
Lower requirements to Emacs 24.4
-rw-r--r-- | side-notes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/side-notes.el b/side-notes.el index 5621c82..b5533e5 100644 --- a/side-notes.el +++ b/side-notes.el @@ -5,7 +5,7 @@ ;; Author: Paul W. Rankin <pwr@bydasein.com> ;; Keywords: convenience ;; Version: 0.4.1 -;; Package-Requires: ((emacs "24.5")) +;; Package-Requires: ((emacs "24.4")) ;; URL: https://github.com/rnkn/side-notes ;; This file is not part of GNU Emacs. |