You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/twelf/files/twelf-1.7.1-emacs-fix-old-s...

37 lines
1.2 KiB

commit c1bec0d0b9fa506e36bb364b1765191b159e6c4c
Author: Kartik Singhal <ks@cs.uchicago.edu>
Date: Sat Feb 27 16:24:24 2021 -0600
Argh, two more places
diff --git a/emacs/twelf.el b/emacs/twelf.el
index 57b9cee..0a04a35 100644
--- a/emacs/twelf.el
+++ b/emacs/twelf.el
@@ -2833,13 +2833,13 @@ Mode map
"Menu for printing commands.")
(defconst twelf-recon-menu
- (` ("Reconstruction"
+ `("Reconstruction"
(, (toggle "trace" '(twelf-toggle-recon-trace)
'(string-equal twelf-recon-trace "true")))
- ["traceMode" (twelf-set-parm "Recon.traceMode") t])))
+ ["traceMode" (twelf-set-parm "Recon.traceMode") t]))
(defconst twelf-trace-menu
- (` ("Trace"
+ `("Trace"
("trace"
["All" twelf-trace-trace-all t]
["None" twelf-trace-untrace t]
@@ -2852,7 +2852,7 @@ Mode map
("detail"
(, (radio "0" '(twelf-set "Trace.detail" "0") '(equal twelf-trace-detail "0")))
(, (radio "1*" '(twelf-set "Trace.detail" "1") '(equal twelf-trace-detail "1")))
- (, (radio "2" '(twelf-set "Trace.detail" "2") '(equal twelf-trace-detail "2")))))))
+ (, (radio "2" '(twelf-set "Trace.detail" "2") '(equal twelf-trace-detail "2"))))))
(defconst twelf-server-state-menu
'("Server State"