summaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-11-01 17:18:24 +0000
committerjao <jao@gnu.org>2020-11-01 20:57:58 +0000
commitb60b6442cc40a00f3476668655e166f0cfc58e36 (patch)
treed6467138f29079a4058b22cdfa67aef21c1e5c33 /misc
parent49c0616cfe54882f32231a3f4574d02c20ac8ae9 (diff)
downloadelibs-b60b6442cc40a00f3476668655e166f0cfc58e36.tar.gz
elibs-b60b6442cc40a00f3476668655e166f0cfc58e36.tar.bz2
typo
Diffstat (limited to 'misc')
-rw-r--r--misc/jao-ednc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/jao-ednc.el b/misc/jao-ednc.el
index 255aa19..b808e2d 100644
--- a/misc/jao-ednc.el
+++ b/misc/jao-ednc.el
@@ -54,7 +54,7 @@
(defun jao-ednc--notify (msg &optional title _)
(message "%s%s%s" (or title "") (if title " " "") msg))
(advice-add 'jao-notify :override #'jao-ednc--notify))
- (jao-minibuffer-add-variable '(jao-ednc-count) t)
+ (jao-minibuffer-add-variable '(jao-ednc--count) t)
(add-hook 'ednc-notification-presentation-functions #'jao-ednc--on-notify)
(ednc-mode))