From 746c13520717e4f119a913b4887736977f2f52d8 Mon Sep 17 00:00:00 2001 From: SATO Mitsuhide Date: Wed, 16 Oct 2024 09:25:13 +0900 Subject: [PATCH] change coding style. --- lib/pmacs-command-util.prfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pmacs-command-util.prfm b/lib/pmacs-command-util.prfm index b6737c9..8423509 100644 --- a/lib/pmacs-command-util.prfm +++ b/lib/pmacs-command-util.prfm @@ -81,7 +81,7 @@ defcommand all-command-list desc: "Display all editor commands." { } { $buff append-string ["%v" fmt ["[[" . $i "]]"]]; }; - $buff append-string [" " . [get-command-desc $i]];\ + $buff append-string [" " . [get-command-desc $i]]; $buff append-string ""; $c ++; };