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/idlw-shell.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el,v
Date: Sat, 02 Feb 2008 04:28:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/02 04:28:47

Index: idlw-shell.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/idlw-shell.el,v
retrieving revision 3.63
retrieving revision 3.64
diff -u -b -r3.63 -r3.64
--- idlw-shell.el       8 Jan 2008 20:46:18 -0000       3.63
+++ idlw-shell.el       2 Feb 2008 04:28:47 -0000       3.64
@@ -4240,7 +4240,7 @@
          cmd (nth 2 s)
          electric (nth 3 s)
          only-buffer (nth 4 s)
-         cannotshift (and shift (char-valid-p c2) (eq c2 (upcase c2))))
+         cannotshift (and shift (characterp c2) (eq c2 (upcase c2))))
     
     ;; The regular prefix keymap.
     (when (and idlwave-shell-activate-prefix-keybindings k1)




reply via email to

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