From 6f8ce16b6b2e7416c603726243a4869d52870ec6 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Fri, 30 Mar 2018 01:09:47 +0100 Subject: [PATCH] about function name has been fixed --- lib/extensions/editor/about.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extensions/editor/about.el b/lib/extensions/editor/about.el index 16cb36e..411e7f4 100644 --- a/lib/extensions/editor/about.el +++ b/lib/extensions/editor/about.el @@ -26,7 +26,7 @@ Credits: (setq msg (replace-regexp-in-string "%%VERSION%%" FG42-VERSION about_fg42_msg)))) -(defun about-fg42-f () +(defun about-fg42 () "Show an small about note" (interactive) (let (buf msg)