Mercurial > hg > xemacs-beta
comparison lisp/x11/x-iso8859-1.el @ 52:461c7ba8286a r19-16-pre1
Import from CVS: tag r19-16-pre1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:57:19 +0200 |
parents | 56c54cf7c5b6 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
51:69ce12f60f55 | 52:461c7ba8286a |
---|---|
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 |