/[emacs]/emacs/lisp/international/latin1-disp.el
ViewVC logotype

Diff of /emacs/lisp/international/latin1-disp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by jpw, Sat Aug 21 14:56:29 2004 UTC revision 1.19 by kfstorm, Wed Feb 9 15:50:37 2005 UTC
# Line 156  input sequences." Line 156  input sequences."
156  (defcustom latin1-display-face 'default  (defcustom latin1-display-face 'default
157    "Face to use for displaying substituted ASCII sequences."    "Face to use for displaying substituted ASCII sequences."
158    :type 'face    :type 'face
159    :version "21.4"    :version "22.1"
160    :group 'latin1-display)    :group 'latin1-display)
161    
162  (defun latin1-display-char (char display &optional alt-display)  (defun latin1-display-char (char display &optional alt-display)
# Line 225  character set: `latin-2', `hebrew' etc." Line 225  character set: `latin-2', `hebrew' etc."
225    
226  ;; Backwards compatibility.  ;; Backwards compatibility.
227  (defalias 'latin1-char-displayable-p 'char-displayable-p)  (defalias 'latin1-char-displayable-p 'char-displayable-p)
228  (make-obsolete 'latin1-char-displayable-p 'char-displayable-p "21.4")  (make-obsolete 'latin1-char-displayable-p 'char-displayable-p "22.1")
229    
230  (defun latin1-display-setup (set &optional force)  (defun latin1-display-setup (set &optional force)
231    "Set up Latin-1 display for characters in the given SET.    "Set up Latin-1 display for characters in the given SET.

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26