Mercurial > emacs
changeset 73216:549d4e113865
(sh-prev-thing): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 02 Oct 2006 08:50:50 +0000 |
parents | 32b78c90379a |
children | e105ab7e6b1c |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Mon Oct 02 07:48:59 2006 +0000 +++ b/lisp/progmodes/sh-script.el Mon Oct 02 08:50:50 2006 +0000 @@ -2472,8 +2472,8 @@ (point)) (skip-chars-backward " \t;") (unless (looking-at "\\s-*;;") - (skip-chars-backward "^)}];\"'`({[") - (setq c (char-before)) + (skip-chars-backward "^)}];\"'`({[") + (setq c (char-before))) (sh-debug "stopping at %d c is %s start=%d min-point=%d" (point) c start min-point) (if (< (point) min-point) @@ -2508,7 +2508,7 @@ ;; c -- return a string (char-to-string c) )) - ))))) + )))) (defun sh-this-is-a-continuation ()