diff lisp/progmodes/sh-script.el @ 101002:3b3c7e10cd97

Replace last-command-char with last-command-event.
author Glenn Morris <rgm@gnu.org>
date Fri, 09 Jan 2009 04:15:52 +0000
parents a9dc0e7c3f2b
children f920ab2e8179
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Fri Jan 09 03:57:12 2009 +0000
+++ b/lisp/progmodes/sh-script.el	Fri Jan 09 04:15:52 2009 +0000
@@ -3747,7 +3747,7 @@
   (interactive "*P")
   (self-insert-command (prefix-numeric-value arg))
   (or arg
-      (not (eq (char-after (- (point) 2)) last-command-char))
+      (not (eq (char-after (- (point) 2)) last-command-event))
       (save-excursion
 	(backward-char 2)
 	(sh-quoted-p))