diff options
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index f80b2981..3ca8b7ab 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -2348,7 +2348,7 @@ If this table is empty or needs adjusting, please make changes using (cons (if proof-running-on-XEmacs '([(control c) \`] . proof-next-error) - '([(control c) "`"] . proof-next-error)) + '("`" . proof-next-error)) '(([(control c) (control c)] . proof-interrupt-process) ([(control c) (control v)] . proof-minibuffer-cmd))) "List of key-bindings made for the script, goals and response buffer. |
