[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ediff-diff.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ediff-diff.el |
Date: |
Wed, 03 Jul 2002 08:00:28 -0400 |
Index: emacs/lisp/ediff-diff.el
diff -c emacs/lisp/ediff-diff.el:1.35 emacs/lisp/ediff-diff.el:1.36
*** emacs/lisp/ediff-diff.el:1.35 Wed Mar 20 01:36:18 2002
--- emacs/lisp/ediff-diff.el Wed Jul 3 08:00:28 2002
***************
*** 1287,1293 ****
(setq diff-string (buffer-substring-no-properties beg end))
(set-buffer out-buffer)
! ;; Make sure that temp buff syntax table is the same a the original buf
;; syntax tbl, because we use ediff-forward-word in both and
;; ediff-forward-word depends on the syntax classes of characters.
(set-syntax-table inbuf-syntax-tbl)
--- 1287,1293 ----
(setq diff-string (buffer-substring-no-properties beg end))
(set-buffer out-buffer)
! ;; Make sure that temp buff syntax table is the same as the original buf
;; syntax tbl, because we use ediff-forward-word in both and
;; ediff-forward-word depends on the syntax classes of characters.
(set-syntax-table inbuf-syntax-tbl)
- [Emacs-diffs] Changes to emacs/lisp/ediff-diff.el,
Juanma Barranquero <=