Skip to content

Commit

Permalink
[69_6] Prevent Version->Compare with from being translated
Browse files Browse the repository at this point in the history
Co-authored-by: 沈浪熊猫儿 <[email protected]>
  • Loading branch information
da-liii and 沈浪熊猫儿 authored Nov 21, 2023
1 parent c903a55 commit 6bdc7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeXmacs/progs/version/version-menu.scm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
" by " by " on " date ": " msg*))
(dest (version-revision-url head rev)))
(when (!= (url->url dest) (url->url cur))
((eval name)
((eval `(verbatim ,name))
(if (version-newer? dest cur)
(compare-with-newer dest)
(compare-with-older dest)))))))
Expand Down

0 comments on commit 6bdc7fc

Please sign in to comment.