comparison lisp/x11/x-iso8859-1.el @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children 28f395d8dc7a
comparison
equal deleted inserted replaced
73:e2d7a37b7c8d 74:54cc21c15cbb
28 ;; the buffer when they are typed. The self-insert-command function will look 28 ;; the buffer when they are typed. The self-insert-command function will look
29 ;; at this. It also binds them all to self-insert-command. 29 ;; at this. It also binds them all to self-insert-command.
30 30
31 ;; It puts the same property on the keypad keys, so that (read-char) will 31 ;; It puts the same property on the keypad keys, so that (read-char) will
32 ;; think that they are the same as the digit characters. However, those 32 ;; think that they are the same as the digit characters. However, those
33 ;; keys are bound to one-character keyboard macros, so that `kp_9' will, by 33 ;; keys are bound to one-character keyboard macros, so that `kp-9' will, by
34 ;; default, do the same thing that `9' does, in whatever the current mode is. 34 ;; default, do the same thing that `9' does, in whatever the current mode is.
35 35
36 ;; The standard case and syntax tables are set in prim/iso8859-1.el, since 36 ;; The standard case and syntax tables are set in prim/iso8859-1.el, since
37 ;; that is not X-specific. 37 ;; that is not X-specific.
38 38
253 (Dring_accent ?\260) 253 (Dring_accent ?\260)
254 (DXK_ring_accent ?\260) 254 (DXK_ring_accent ?\260)
255 ) 255 )
256 256
257 (provide 'x-iso8859-1) 257 (provide 'x-iso8859-1)
258
259 ;;; x-iso8859-1.el ends here