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

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

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

revision 1.141.2.15 by handa, Wed Jun 12 00:16:04 2002 UTC revision 1.141.2.16 by fx, Mon Jun 24 18:24:28 2002 UTC
# Line 2  Line 2 
2    
3  ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.  ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
4  ;; Licensed to the Free Software Foundation.  ;; Licensed to the Free Software Foundation.
5  ;; Copyright (C) 2001 Free Software Foundation, Inc.  ;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6  ;; Copyright (C) 2001, 2002  ;; Copyright (C) 2001, 2002
7  ;;   National Institute of Advanced Industrial Science and Technology (AIST)  ;;   National Institute of Advanced Industrial Science and Technology (AIST)
8  ;;   Registration Number H13PRO009  ;;   Registration Number H13PRO009
# Line 1122  and the contents of `file-coding-system- Line 1122  and the contents of `file-coding-system-
1122                         (symbol :tag "Coding system"))))                         (symbol :tag "Coding system"))))
1123    
1124  (defcustom auto-coding-regexp-alist  (defcustom auto-coding-regexp-alist
1125    '(("^BABYL OPTIONS:[ \t]*-\\*-[ \t]*rmail[ \t]*-\\*-" . no-conversion))    '(("^BABYL OPTIONS:[ \t]*-\\*-[ \t]*rmail[ \t]*-\\*-" . no-conversion)
1126        ("\\`;ELC" . emacs-mule))       ; Emacs 20-compiled
1127    "Alist of patterns vs corresponding coding systems.    "Alist of patterns vs corresponding coding systems.
1128  Each element looks like (REGEXP . CODING-SYSTEM).  Each element looks like (REGEXP . CODING-SYSTEM).
1129  A file whose first bytes match REGEXP is decoded by CODING-SYSTEM on reading.  A file whose first bytes match REGEXP is decoded by CODING-SYSTEM on reading.

Legend:
Removed from v.1.141.2.15  
changed lines
  Added in v.1.141.2.16

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