Mercurial > hg > xemacs-beta
diff lisp/x11/x-iso8859-1.el @ 161:28f395d8dc7a r20-3b7
Import from CVS: tag r20-3b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:42:26 +0200 |
parents | 54cc21c15cbb |
children |
line wrap: on
line diff
--- a/lisp/x11/x-iso8859-1.el Mon Aug 13 09:41:47 2007 +0200 +++ b/lisp/x11/x-iso8859-1.el Mon Aug 13 09:42:26 2007 +0200 @@ -19,6 +19,7 @@ ;; Boston, MA 02111-1307, USA. ;; created by jwz, 13-jun-92. +;; changed by Heiko Muenkel, 12-jun-1997: Added a grave keysym. ;; Under X, when the user types a character that is ISO-8859/1 but not ASCII, ;; it comes in as a symbol instead of as a character code. This keeps things @@ -93,6 +94,7 @@ ;; distributions. If a vendor varies from this, adjustments will need ;; to be made... + (grave ?\140) (nobreakspace ?\240) (exclamdown ?\241) (cent ?\242) @@ -116,9 +118,9 @@ (acute ?\264) ; Why is there an acute keysym that is (mu ?\265) ; distinct from apostrophe/quote, but (paragraph ?\266) ; no grave keysym that is distinct from - (periodcentered ?\267) ; backquote? - (cedilla ?\270) - (onesuperior ?\271) + (periodcentered ?\267) ; backquote? + (cedilla ?\270) ; I've added the grave keysym, because it's + (onesuperior ?\271) ; used in x-compose (Heiko Muenkel). (masculine ?\272) (guillemotright ?\273) (onequarter ?\274)