emacs-devel
[Top][All Lists]
Advanced

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

RE: (thing-at-point 'defun) always returns NIL (was:address@hidden: 23.0


From: Drew Adams
Subject: RE: (thing-at-point 'defun) always returns NIL (was:address@hidden: 23.0.0; (thing-at-point 'url) returns invalid urls])
Date: Sat, 1 Sep 2007 14:41:06 -0700

> Maybe someone can take a look at thingatpt.el. I found another bug:
>
> (thing-at-point 'defun) always returns NIL

I sent a patch that fixed this back in July (Subject: "patch for
thingatpt.el").

The code needs to do this:

(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]