mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Update quail-package-alist (not
input-method-alist) to make "cyrillic-jcuken" an alias of "russian-typewriter". Add cookie for quail-update-leim-list-file.
This commit is contained in:
parent
689421a969
commit
ff57e5d626
@ -1,3 +1,9 @@
|
||||
2003-02-07 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* quail/cyrillic.el: Update quail-package-alist (not
|
||||
input-method-alist) to make "cyrillic-jcuken" an alias of
|
||||
"russian-typewriter". Add cookie for quail-update-leim-list-file.
|
||||
|
||||
2003-02-05 David Kastrup <dak@gnu.org>
|
||||
|
||||
* quail/greek.el: fix iota accent typos in greek-babel
|
||||
|
@ -156,8 +156,16 @@
|
||||
|
||||
;; Maintain the obsolete name for now.
|
||||
(push (cons "cyrillic-jcuken"
|
||||
(cdr (assoc "russian-typewriter" input-method-alist)))
|
||||
input-method-alist)
|
||||
(cdr (assoc "russian-typewriter" quail-package-alist)))
|
||||
quail-package-alist)
|
||||
|
||||
;; This needs to be seen by quail-update-leim-list-file, but cannot be
|
||||
;; commented out because quail-update-leim-list-file ignores
|
||||
;; commented-out lines.
|
||||
(if nil
|
||||
(quail-define-package
|
||||
"cyrillic-jcuken" "Russian" ",L69(B" nil
|
||||
",L9FC:5=(B Russian typewriter layout (ISO 8859-5 encoding)."))
|
||||
|
||||
;; See comment above. This is the variant `winkeys' from `ru' in XKB.
|
||||
(quail-define-package
|
||||
|
Loading…
Reference in New Issue
Block a user