* autoload needed
@ 2008-01-06 22:37 Perry Smith
0 siblings, 0 replies; only message in thread
From: Perry Smith @ 2008-01-06 22:37 UTC (permalink / raw)
To: bug-gnu-emacs
Hi,
thingatpt.el needs a couple more autoload statements.
Line385:
(defun word-at-point () (thing-at-point 'word))
(defun sentence-at-point () (thing-at-point 'sentence))
Needs to be:
;;;###autoload
(defun word-at-point () (thing-at-point 'word))
;;;###autoload
(defun sentence-at-point () (thing-at-point 'sentence))
Some ruby stuff I'm trying to get working uses it without requiring
thingatpt. They both, maybe, need to change.
Thanks,
Perry Smith
pedzan@austin.ibm.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-06 22:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-06 22:37 autoload needed Perry Smith
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.