/[emacs]/emacs/lisp/international/mule-conf.el
ViewVC logotype

Diff of /emacs/lisp/international/mule-conf.el

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

revision 1.62.2.5 by fx, Mon May 13 17:56:01 2002 UTC revision 1.62.2.6 by handa, Tue May 14 07:57:32 2002 UTC
# Line 869  for decoding and encoding files, process Line 869  for decoding and encoding files, process
869    
870  ;; Make all multibyte characters self-insert.  ;; Make all multibyte characters self-insert.
871  (set-char-table-range (nth 1 global-map)  (set-char-table-range (nth 1 global-map)
872                        (cons (make-char 'unicode 128) (max-char))                        (cons (decode-char 'ucs 128) (max-char))
873                        'self-insert-command)                        'self-insert-command)
874    
875  (aset latin-extra-code-table ?\222 t)  (aset latin-extra-code-table ?\222 t)

Legend:
Removed from v.1.62.2.5  
changed lines
  Added in v.1.62.2.6

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