/[emacs]/emacs/lisp/eshell/esh-mode.el
ViewVC logotype

Diff of /emacs/lisp/eshell/esh-mode.el

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

revision 1.16 by rms, Mon Jun 10 08:32:57 2002 UTC revision 1.16.6.1 by handa, Mon Sep 8 12:53:39 2003 UTC
# Line 280  This is used by `eshell-watch-for-passwo Line 280  This is used by `eshell-watch-for-passwo
280          (map-char-table          (map-char-table
281           (function           (function
282            (lambda (key val)            (lambda (key val)
283              (and (>= key 256)              (and (if (consp key)
284                   (/= (char-syntax key) ?w)                       (and (>= (car key) 128)
285                              (/= (char-syntax (car key)) ?w))
286                       (and (>= key 256)
287                            (/= (char-syntax key) ?w)))
288                   (modify-syntax-entry key "_   "                   (modify-syntax-entry key "_   "
289                                        eshell-mode-syntax-table))))                                        eshell-mode-syntax-table))))
290           (standard-syntax-table)))))           (standard-syntax-table)))))

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.6.1

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