[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dumping disp-table
From: |
Richard Stallman |
Subject: |
Re: dumping disp-table |
Date: |
Thu, 19 Jun 2003 00:49:04 -0400 |
> ;;; The next line is what does it.
> (standard-display-default (if (eq window-system 'pc) 128 160) 255)
> (aset standard-display-table 146 nil))
> (or (eq window-system 'pc)
> (set-terminal-coding-system coding))))
>
> What is the purpose of that line?
Are you asking about the case of `window-system' being `pc' or the
other case (or both)?
It would be good to have a comment explaining both cases.
Can you write one?