emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el,v
Date: Fri, 01 Feb 2008 16:03:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/02/01 16:01:31

Index: lisp/eshell/esh-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/eshell/esh-mode.el,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- lisp/eshell/esh-mode.el     8 Jan 2008 20:46:24 -0000       1.35
+++ lisp/eshell/esh-mode.el     1 Feb 2008 16:01:21 -0000       1.36
@@ -276,8 +276,11 @@
        (map-char-table
         (function
          (lambda (key val)
+           (and (if (consp key)
+                    (and (>= (car key) 128)
+                         (/= (char-syntax (car key)) ?w))
            (and (>= key 256)
-                (/= (char-syntax key) ?w)
+                       (/= (char-syntax key) ?w)))
                 (modify-syntax-entry key "_   "
                                      eshell-mode-syntax-table))))
         (standard-syntax-table)))))




reply via email to

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