diff lisp/comint.el @ 70552:1121231ccc23

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271 Rename "field-at-point" to "field-at-pos"
author Miles Bader <miles@gnu.org>
date Wed, 10 May 2006 01:58:37 +0000
parents 289021558ff6
children 09d3b5632463
line wrap: on
line diff
--- a/lisp/comint.el	Wed May 10 01:40:17 2006 +0000
+++ b/lisp/comint.el	Wed May 10 01:58:37 2006 +0000
@@ -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)))))