branch: elpa/devil
commit deddb5cadeb1c2db5a3bb992a37569ffd26a7cfe
Author: Susam Pal <[email protected]>
Commit: Susam Pal <[email protected]>
Remove stray message call
---
devil.el | 4 +---
meta/README.md | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/devil.el b/devil.el
index 2f7b7c47e6..e24b10c74e 100644
--- a/devil.el
+++ b/devil.el
@@ -3,7 +3,7 @@
;; Copyright (c) 2022-2023 Susam Pal
;; Author: Susam Pal
-;; Version: 0.1.0
+;; Version: 0.2.0pre1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: convenience
;; URL: https://github.com/susam/devil
@@ -70,8 +70,6 @@ Devil mode for it to take effect.")
(defvar devil-logging nil
"Non-nil if and only if Devil should print log messages.")
-(message "Devil loading ...")
-
(defvar devil-special-keys
(list (cons "%k %k" (lambda () (interactive) (devil-run-key "%k")))
(cons "%k SPC" (lambda () (interactive) (devil-run-key "%k SPC")))
diff --git a/meta/README.md b/meta/README.md
index 80b9886d39..e57f4347c9 100644
--- a/meta/README.md
+++ b/meta/README.md
@@ -19,10 +19,8 @@ Perform the following tasks for every release:
- Commit changes:
```sh
- git status
git add -p
- git commit
- git push
+ git status
```
- Tag the release: