Mercurial > emacs
changeset 13794:47cdd806fcfc
(standard-display-european): Test code 161, not 160.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 21 Dec 1995 17:39:04 +0000 |
parents | b51b78fa556e |
children | 7665c2422011 |
files | lisp/disp-table.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/disp-table.el Thu Dec 21 17:38:40 1995 +0000 +++ b/lisp/disp-table.el Thu Dec 21 17:39:04 1995 +0000 @@ -184,7 +184,9 @@ (if (or (<= (prefix-numeric-value arg) 0) (and (null arg) (char-table-p standard-display-table) - (equal (aref standard-display-table 160) [160]))) + ;; Test 161, because sometimes people need to make + ;; 160 display as a space. + (equal (aref standard-display-table 161) [161]))) (standard-display-default 160 255) (standard-display-8bit 160 255)))