emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el [emacs-un


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el [emacs-unicode-2]
Date: Wed, 27 Oct 2004 22:22:16 -0400

Index: emacs/lisp/international/mule-conf.el
diff -c emacs/lisp/international/mule-conf.el:1.75.2.13 
emacs/lisp/international/mule-conf.el:1.75.2.14
*** emacs/lisp/international/mule-conf.el:1.75.2.13     Tue Oct 12 02:38:56 2004
--- emacs/lisp/international/mule-conf.el       Thu Oct 28 02:07:08 2004
***************
*** 1167,1181 ****
  
  ;;; Make fundamental coding systems.
  
! ;; The coding system `no-conversion' is already defined in coding.c as
! ;; below:
  ;;
  ;; (define-coding-system 'no-conversion
! ;;   "Do no conversion."
  ;;   :coding-type 'raw-text
! ;;   :mnemonic ?=)
  
  (define-coding-system-alias 'binary 'no-conversion)
  
  (define-coding-system 'raw-text
    "Raw text, which means text contains random 8-bit codes.
--- 1167,1188 ----
  
  ;;; Make fundamental coding systems.
  
! ;; The coding system `no-conversion' and `undecided' are already
! ;; defined in coding.c as below:
  ;;
  ;; (define-coding-system 'no-conversion
! ;;   "..."
  ;;   :coding-type 'raw-text
! ;;   ...)
! ;; (define-coding-system 'undecided
! ;;   "..."
! ;;   :coding-type 'undecided
! ;;   ...)
  
  (define-coding-system-alias 'binary 'no-conversion)
+ (define-coding-system-alias 'unix 'undecided-unix)
+ (define-coding-system-alias 'dos 'undecided-dos)
+ (define-coding-system-alias 'mac 'undecided-mac)
  
  (define-coding-system 'raw-text
    "Raw text, which means text contains random 8-bit codes.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]