comparison lisp/thingatpt.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
411 ;;;###autoload 411 ;;;###autoload
412 (defun number-at-point () (form-at-point 'sexp 'numberp)) 412 (defun number-at-point () (form-at-point 'sexp 'numberp))
413 ;;;###autoload 413 ;;;###autoload
414 (defun list-at-point () (form-at-point 'list 'listp)) 414 (defun list-at-point () (form-at-point 'list 'listp))
415 415
416 ;;; arch-tag: bb65a163-dae2-4055-aedc-fe11f497f698
416 ;;; thingatpt.el ends here 417 ;;; thingatpt.el ends here