diff lisp/subr.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 e184fae4f7dd
children a561e5346aa8 1321f6cfb389 146cd8369025
line wrap: on
line diff
--- a/lisp/subr.el	Wed May 10 01:40:17 2006 +0000
+++ b/lisp/subr.el	Wed May 10 01:58:37 2006 +0000
@@ -1956,7 +1956,7 @@
   "Return non-nil if OBJECT is one of the two canonical boolean values: t or nil."
   (memq object '(nil t)))
 
-(defun field-at-point (pos)
+(defun field-at-pos (pos)
   "Return the field at position POS, taking stickiness etc into account"
   (let ((raw-field (get-char-property (field-beginning pos) 'field)))
     (if (eq raw-field 'boundary)