Mercurial > hg > xemacs-beta
comparison lisp/cmdloop.el @ 5292:e4305eb6fb8c
Merge some permissions corrections to trunk.
| author | Stephen J. Turnbull <stephen@xemacs.org> |
|---|---|
| date | Mon, 18 Oct 2010 23:21:23 +0900 |
| parents | d27c1ee1943b |
| children | f00192e1cd49 b9167d522a9a |
comparison
equal
deleted
inserted
replaced
| 5291:85bd42a1e544 | 5292:e4305eb6fb8c |
|---|---|
| 562 | 562 |
| 563 ;;;; Input and display facilities. | 563 ;;;; Input and display facilities. |
| 564 | 564 |
| 565 ;; BEGIN SYNCHED WITH FSF 21.2. | 565 ;; BEGIN SYNCHED WITH FSF 21.2. |
| 566 | 566 |
| 567 (defvar read-quoted-char-radix 8 | 567 (defcustom read-quoted-char-radix 8 |
| 568 "*Radix for \\[quoted-insert] and other uses of `read-quoted-char'. | |
| 569 Legitimate radix values are 8, 10 and 16.") | |
| 570 | |
| 571 (custom-declare-variable-early | |
| 572 'read-quoted-char-radix 8 | |
| 573 "*Radix for \\[quoted-insert] and other uses of `read-quoted-char'. | 568 "*Radix for \\[quoted-insert] and other uses of `read-quoted-char'. |
| 574 Legitimate radix values are 8, 10 and 16." | 569 Legitimate radix values are 8, 10 and 16." |
| 575 :type '(choice (const 8) (const 10) (const 16)) | 570 :type '(choice (const 8) (const 10) (const 16)) |
| 576 :group 'editing-basics) | 571 :group 'editing-basics) |
| 577 | 572 |
