Skip to content

Commit

Permalink
skip over
Browse files Browse the repository at this point in the history
  • Loading branch information
tvraman committed Jan 24, 2023
1 parent 5edc1b4 commit 6a4b9d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/emacspeak-google.el
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,8 @@ Use default voice for buffer."
(dtk-notify-say (format "%d" (line-number-at-pos (point))))
(emacspeak-google-tts-region
(line-beginning-position) (line-end-position))
(forward-line 1))
(goto-char (line-end-position))
(skip-syntax-forward "^w_"))

;;}}}
;;{{{ What Is My IP:
Expand Down

0 comments on commit 6a4b9d8

Please sign in to comment.