emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v
Date: Wed, 07 Jun 2006 01:20:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/06/07 01:20:28

Index: files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.842
retrieving revision 1.843
diff -u -b -r1.842 -r1.843
--- files.el    2 Jun 2006 06:34:00 -0000       1.842
+++ files.el    7 Jun 2006 01:20:28 -0000       1.843
@@ -2487,12 +2487,10 @@
                 ;; case when checking for `mode' in set-auto-mode,
                 ;; so we must do that here as well.
                 ;; That is inconsistent, but we're stuck with it.
-                ;; The same can be said for `coding' and `char-trans'
-                ;; in set-auto-coding.
+                ;; The same can be said for `coding' in set-auto-coding.
                 (or (and (equal (downcase (symbol-name key)) "mode")
                          (setq mode-specified t))
                     (equal (downcase (symbol-name key)) "coding")
-                    (equal (downcase (symbol-name key)) "char-trans")
                     (condition-case nil
                         (push (cons (if (eq key 'eval)
                                         'eval
@@ -2582,7 +2580,7 @@
                    (if mode-only
                        (if (eq var 'mode)
                            (setq result t))
-                     (unless (or (eq var 'coding) (eq var 'char-trans))
+                     (unless (eq var 'coding)
                        (condition-case nil
                            (push (cons (if (eq var 'eval)
                                            'eval




reply via email to

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