Changeset 3988 for vendor/emacs-CVS_HEAD/lisp/disp-table.el
- Timestamp:
- 2005年11月26日 08時33分26秒 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/disp-table.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/disp-table.el
r3939 r3988 230 230 (if (equal current-language-environment "English") 231 231 (set-language-environment "latin-1")) 232 (unless (or noninteractive (memq window-system '(x w32 )))232 (unless (or noninteractive (memq window-system '(x w32 mac))) 233 233 ;; Send those codes literally to a character-based terminal. 234 234 ;; If we are using single-byte characters,
