emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Fri, 04 Jul 2003 16:37:50 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.124 
emacs/lisp/progmodes/sh-script.el:1.125
*** emacs/lisp/progmodes/sh-script.el:1.124     Mon Jun 16 17:41:18 2003
--- emacs/lisp/progmodes/sh-script.el   Fri Jul  4 16:37:49 2003
***************
*** 904,910 ****
          ;; Skip through one pattern
          (while
              (or (/= 0 (skip-syntax-backward "w_"))
!                 (/= 0 (skip-chars-backward "?*/\\"))
                  (and (sh-is-quoted-p (1- (point)))
                       (goto-char (- (point) 2)))
                  (when (memq (char-before) '(?\" ?\'))
--- 904,910 ----
          ;; Skip through one pattern
          (while
              (or (/= 0 (skip-syntax-backward "w_"))
!                 (/= 0 (skip-chars-backward "?[]*/\\"))
                  (and (sh-is-quoted-p (1- (point)))
                       (goto-char (- (point) 2)))
                  (when (memq (char-before) '(?\" ?\'))




reply via email to

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