Skip to content

Commit

Permalink
transient--show-hint: Renamed function
Browse files Browse the repository at this point in the history
Finally make the switch from flip-flopping between using either "OLD:
Rename function" or "NEW: Rename function" to "NEW: Renamed function".
Note that I am still consistently using present tense — "renamed" is
an adjective.  (Though maybe the phase I am entering now is one during
which I rotate through *three* possible approaches.)  oO
  • Loading branch information
tarsius committed Feb 22, 2025
1 parent 4498fec commit abb7167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@ value. Otherwise return CHILDREN as is.")
(not (zerop transient-show-popup))
(not transient--timer))
(transient--timer-start))
(transient--show-brief)))
(transient--show-hint)))

(defun transient--timer-start ()
(setq transient--timer
Expand Down Expand Up @@ -4050,7 +4050,7 @@ have a history of their own.")

;;; Display

(defun transient--show-brief ()
(defun transient--show-hint ()
(let ((message-log-max nil))
(message "%s" (transient--format-hint))))

Expand Down

0 comments on commit abb7167

Please sign in to comment.