# HG changeset patch # User Karl Heuer # Date 819567544 0 # Node ID 47cdd806fcfcae9911bab36f1a3fc16f3699b11c # Parent b51b78fa556e11fccf84647b31c00f5f0d355e1c (standard-display-european): Test code 161, not 160. diff -r b51b78fa556e -r 47cdd806fcfc lisp/disp-table.el --- 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)))