emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Wed, 10 May 2006 01:58:39 +0000

Index: emacs/lisp/comint.el
diff -u emacs/lisp/comint.el:1.341 emacs/lisp/comint.el:1.342
--- emacs/lisp/comint.el:1.341  Wed May 10 00:34:02 2006
+++ emacs/lisp/comint.el        Wed May 10 01:58:37 2006
@@ -812,7 +812,7 @@
          (goto-char (process-mark process))
          (insert input)))
     (let ((pos (point)))
-      (if (not (eq (field-at-point pos) 'input))
+      (if (not (eq (field-at-pos pos) 'input))
          ;; No input at POS, fall back to the global definition.
          (let* ((keys (this-command-keys))
                 (last-key (and (vectorp keys) (aref keys (1- (length keys)))))




reply via email to

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