Skip to content

Commit

Permalink
Update efar.el
Browse files Browse the repository at this point in the history
  • Loading branch information
suntsov committed Nov 22, 2021
1 parent 5b58394 commit ee10a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efar.el
Original file line number Diff line number Diff line change
Expand Up @@ -2313,7 +2313,7 @@ Execute it unless DONT-RUN? is t."

(setf default-directory (if (equal :dir-diff (efar-get :panels :right :mode))
(cdr (assoc (efar-get :current-panel) efar-dir-diff-last-command-params))
(efar-get :panels (efar-get :current-panel) :dir))))
(efar-get :panels (efar-get :current-panel) :dir))))
(efar-calculate-widths)
(efar-write-enable (efar-redraw))))

Expand Down

0 comments on commit ee10a67

Please sign in to comment.