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,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el,v
Date: Mon, 02 Oct 2006 08:50:51 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/10/02 08:50:50

Index: sh-script.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/sh-script.el,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -b -r1.187 -r1.188
--- sh-script.el        30 Sep 2006 09:38:45 -0000      1.187
+++ sh-script.el        2 Oct 2006 08:50:50 -0000       1.188
@@ -2473,7 +2473,7 @@
        (skip-chars-backward " \t;")
        (unless (looking-at "\\s-*;;")
        (skip-chars-backward "^)}];\"'`({[")
-       (setq c (char-before))
+         (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 ()




reply via email to

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