Skip to content

Commit

Permalink
fix emacspeak-proced under emacs 29
Browse files Browse the repository at this point in the history
  • Loading branch information
tvraman committed Sep 15, 2022
1 parent afc6c6e commit 806c044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/emacspeak-proced.el
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@
(?s (emacspeak-proced-speak-field 'start))
(?t (emacspeak-proced-speak-field 'time))
(?a (emacspeak-proced-speak-field 'args))
(otherwise (message "Pick field using mnemonic chars"))
(sit-for 1)))
(otherwise (message "Pick field using mnemonic chars"))))

(defun emacspeak-proced-speak-args ()
"Speak command invocation for this process."
(interactive)
Expand Down

0 comments on commit 806c044

Please sign in to comment.