comparison lisp/thingatpt.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
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
417 ;;; thingatpt.el ends here 416 ;;; thingatpt.el ends here