Skip to content

Commit

Permalink
Rename candidates to candidate-window.
Browse files Browse the repository at this point in the history
* The protobuf name was renamed from Candidates to CandidateWindow.
* #1158

PiperOrigin-RevId: 712721899
  • Loading branch information
hiroyuki-komatsu committed Jan 7, 2025
1 parent c665159 commit 03ab962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/emacs/mozc.el
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ EVENT is the last input event, which is usually passed by the command loop."
((mozc-protobuf-get output 'consumed)
(let ((result (mozc-protobuf-get output 'result))
(preedit (mozc-protobuf-get output 'preedit))
(candidates (mozc-protobuf-get output 'candidates)))
(candidates (mozc-protobuf-get output 'candidate-window)))
(if (not (or result preedit))
(mozc-clean-up-changes-on-buffer) ; nothing to show
(when result ; Insert the result first.
Expand Down

0 comments on commit 03ab962

Please sign in to comment.