Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fbc7bbf7
Commit
fbc7bbf7
authored
Jul 25, 2000
by
Kenichi Handa
Browse files
(japanese-katakana-region): Fix handling HANKAKU argument.
parent
8c662166
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/language/japan-util.el
lisp/language/japan-util.el
+3
-1
No files found.
lisp/language/japan-util.el
View file @
fbc7bbf7
...
...
@@ -232,7 +232,9 @@ of which charset is `japanese-jisx0201-kana'."
(goto-char (point-min))
(while (re-search-forward "
\\cH\\|\\cK" nil t)
(let* ((kana (preceding-char))
(composition (get-char-code-property kana 'kana-composition))
(composition
(and (not hankaku)
(get-char-code-property kana 'kana-composition)))
next slot)
(if (and composition (setq slot (assq (following-char) composition)))
(japanese-replace-region (match-beginning 0) (1+ (point))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment