From 27b8b068797573d3df9dfeeacc54ee70faefc2a8 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 19 May 2015 23:31:53 -0400 Subject: [PATCH] In aqua.bind replace an LFUN with one that exists 'menu-separator-insert' does not exist. 'specialchar-insert menu-separator' does exist. --- lib/bind/aqua.bind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bind/aqua.bind b/lib/bind/aqua.bind index 136bd4e0ea..a026eb3b08 100644 --- a/lib/bind/aqua.bind +++ b/lib/bind/aqua.bind @@ -41,7 +41,7 @@ Format 2 \bind "M-~S-i s q" "self-insert \"" # FIXME: find a binding for single quotes # \bind "M-~S-i s q" "quote-insert single" -\bind "M-~S-i s m" "menu-separator-insert" +\bind "M-~S-i s m" "specialchar-insert menu-separator" \bind "M-~S-i h i" "math-mode" \bind "M-~S-i h d" "math-display" -- 2.39.2