all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [COMMIT] Correct a mapping in latin-ltx.el
@ 2008-01-14 16:10 Aidan Kehoe
  0 siblings, 0 replies; only message in thread
From: Aidan Kehoe @ 2008-01-14 16:10 UTC (permalink / raw)
  To: xemacs-patches, bug-gnu-emacs


Ideally this should be fixed in GNU Emacs too, which is why I’m cc’ing
bug-gnu-emacs. 

APPROVE COMMIT

NOTE: This patch has been committed.

mule-packages/leim/ChangeLog addition:

2008-01-14  Aidan Kehoe  <kehoea@parhasard.net>

	* quail/latin-ltx.el ("TeX"):
	Correct the mappings for \v{k} and \vk.


XEmacs Packages source patch:
Diff command:   cvs -q diff -u
Files affected: mule-packages/leim/quail/latin-ltx.el
===================================================================
RCS

Index: mule-packages/leim/quail/latin-ltx.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/mule-packages/leim/quail/latin-ltx.el,v
retrieving revision 1.1
diff -u -r1.1 latin-ltx.el
--- mule-packages/leim/quail/latin-ltx.el	2006/08/04 19:46:22	1.1
+++ mule-packages/leim/quail/latin-ltx.el	2008/01/14 15:54:04
@@ -269,7 +269,7 @@
  ("\\v{G}" ?Ǧ) ("\\vG" ?Ǧ)
  ("\\v{g}" ?ǧ) ("\\vg" ?ǧ)
  ("\\v{K}" ?Ǩ) ("\\vK" ?Ǩ)
- ("\\v{k}" ?k) ("\\vk" ?k)
+ ("\\v{k}" ?ǩ) ("\\vk" ?ǩ)
 
  ("\\v{\\j}" ?ǰ) ("\\vj" ?ǰ)
  ("\\'{G}" ?Ǵ) ("\\'G" ?Ǵ)

-- 
¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-14 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-14 16:10 [COMMIT] Correct a mapping in latin-ltx.el Aidan Kehoe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.