emacs-devel
[Top][All Lists]
Advanced

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

RE: (thing-at-point 'defun)


From: Drew Adams
Subject: RE: (thing-at-point 'defun)
Date: Tue, 6 Apr 2010 08:49:44 -0700

> 'defun is listed in thing-at-point's doc string. What is this supposed
> to do? I eval (thing-at-point 'defun) in various places and it seems
> always return nil.

It's a bug (IMO). I use this in thingatpt+.el; it is missing from thingatpt.el:

;; `defun' type
(put 'defun 'beginning-op 'beginning-of-defun)
(put 'defun 'end-op 'end-of-defun)
(put 'defun 'forward-op 'end-of-defun)





reply via email to

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