Skip to content

Commit

Permalink
undo unwanted commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bjasspa committed Dec 24, 2024
1 parent 4dcaea4 commit 6b62f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions microemacs/contribs/pytools.emf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; Created By : Detlef Groth, University of Potsdam
; Author : Detlef Groth, University of Potsdam
; Created : Wed Sep 25 15:42:35 2024
; Last Modified : <241224.1244>
; Last Modified : <241224.1845>
;
; Description : Documentation viewer within MicroEmacs for
; Python supporting section folding item-list navigation
Expand Down Expand Up @@ -135,7 +135,6 @@ define-macro py-format
save-buffer
!endif
!endif
set-variable $debug 2
!force set-variable #l1 .format
!if &seq #l1 "ERROR"
!if &and &seq &which "yapf" "" &seq &which "black" ""
Expand Down
2 changes: 1 addition & 1 deletion microemacs/test/python/ibrowse.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def makemainmenu(win):
additem(mp, 'Help (tutorial)', 'H', itutor)
additem(mp, 'Command summary', '?', isummary)
additem(mp, 'Close this window', 'W', iclose)
additem(mp, '', '', None)
additem(mp, '', '', None)
additem(mp, 'Copy to clipboard', 'C', icopy)
additem(mp, '', '', None)
additem(mp, 'Search regexp...', 'S', isearch)
Expand Down

0 comments on commit 6b62f58

Please sign in to comment.