comparison lisp/international/latin1-disp.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 49ea9c66a283
children c36561fe0657 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
154 :group 'latin1-display) 154 :group 'latin1-display)
155 155
156 (defcustom latin1-display-face 'default 156 (defcustom latin1-display-face 'default
157 "Face to use for displaying substituted ASCII sequences." 157 "Face to use for displaying substituted ASCII sequences."
158 :type 'face 158 :type 'face
159 :version "21.4" 159 :version "22.1"
160 :group 'latin1-display) 160 :group 'latin1-display)
161 161
162 (defun latin1-display-char (char display &optional alt-display) 162 (defun latin1-display-char (char display &optional alt-display)
163 "Make an entry in `standard-display-table' for CHAR using string DISPLAY. 163 "Make an entry in `standard-display-table' for CHAR using string DISPLAY.
164 If ALT-DISPLAY is provided, use that instead if 164 If ALT-DISPLAY is provided, use that instead if
223 (char (and info (make-char (car (remq 'ascii info)) ?\ )))) 223 (char (and info (make-char (car (remq 'ascii info)) ?\ ))))
224 (and char (char-displayable-p char)))) 224 (and char (char-displayable-p char))))
225 225
226 ;; Backwards compatibility. 226 ;; Backwards compatibility.
227 (defalias 'latin1-char-displayable-p 'char-displayable-p) 227 (defalias 'latin1-char-displayable-p 'char-displayable-p)
228 (make-obsolete 'latin1-char-displayable-p 'char-displayable-p "21.4") 228 (make-obsolete 'latin1-char-displayable-p 'char-displayable-p "22.1")
229 229
230 (defun latin1-display-setup (set &optional force) 230 (defun latin1-display-setup (set &optional force)
231 "Set up Latin-1 display for characters in the given SET. 231 "Set up Latin-1 display for characters in the given SET.
232 SET must be a member of `latin1-display-sets'. Normally, check 232 SET must be a member of `latin1-display-sets'. Normally, check
233 whether a font for SET is available and don't set the display if it 233 whether a font for SET is available and don't set the display if it