mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(thai-auto-composition-mode, thai-word-mode): Specify :group.
This commit is contained in:
parent
64a2e5cab9
commit
c92164e101
@ -375,7 +375,7 @@ The return value is number of composed characters."
|
||||
;;;###autoload
|
||||
(define-minor-mode thai-auto-composition-mode
|
||||
"Minor mode for automatically correct Thai character composition."
|
||||
nil nil nil
|
||||
:group 'mule
|
||||
(cond ((null thai-auto-composition-mode)
|
||||
(remove-hook 'after-change-functions 'thai-auto-composition))
|
||||
(t
|
||||
@ -397,7 +397,7 @@ The return value is number of composed characters."
|
||||
(define-minor-mode thai-word-mode
|
||||
"Minor mode to make word-oriented commands aware of Thai words.
|
||||
The commands affected are \\[forward-word], \\[backward-word], \\[kill-word], \\[backward-kill-word], \\[transpose-words], and \\[fill-paragraph]."
|
||||
:global t
|
||||
:global t :group 'mule
|
||||
(cond (thai-word-mode
|
||||
;; This enables linebreak between Thai characters.
|
||||
(modify-category-entry (make-char 'thai-tis620) ?|)
|
||||
|
Loading…
Reference in New Issue
Block a user