diff options
| author | David Aspinall | 2002-06-08 01:59:38 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-06-08 01:59:38 +0000 |
| commit | 6e693e661aa7b05748fe83975815ee93a7d569b6 (patch) | |
| tree | a4536f699166e24160e19e1bb367107c80bb6027 | |
| parent | dd573ce4e7c7ad275d88956ef2cb9db4e6d02d8d (diff) | |
Fix keysym to use FSF syntax
| -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. |
