Skip to content

Commit

Permalink
Work around indenting difference on Emacs 26
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Aug 9, 2024
1 parent 6b737e2 commit 0eba182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macports-installed.el
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ Acts within the region when active, otherwise on entire buffer."
(goto-char (point-min))
(let ((inhibit-read-only t))
(while (not (eobp))
(when-let ((tag (gethash (tabulated-list-get-id) tags)))
(tabulated-list-put-tag tag))
(let ((tag (gethash (tabulated-list-get-id) tags)))
(when tag (tabulated-list-put-tag tag)))
(forward-line)))))

(defun macports-installed-refresh ()
Expand Down

0 comments on commit 0eba182

Please sign in to comment.