From 00d2e385a5c939bc4fe673a9bb6de5d8b62f7354 Mon Sep 17 00:00:00 2001 From: kuanyui Date: Sun, 6 Mar 2016 01:21:22 +0800 Subject: Rename function --- wttrin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wttrin.el') diff --git a/wttrin.el b/wttrin.el index 564eb81..87c2471 100644 --- a/wttrin.el +++ b/wttrin.el @@ -35,7 +35,7 @@ (decode-coding-string (buffer-string) 'utf-8)))) -(defun wttrin-exec () +(defun wttrin () "Display weather information." (interactive) (let ((buf (get-buffer-create (format "*wttr.in - %s*" wttrin-query)))) -- cgit v1.2.3