branch: externals/do-at-point commit 1c7a75a8f966c9e2c9f13248db632222aed7d953 Author: Philip Kaludercic <philip.kaluder...@fau.de> Commit: Philip Kaludercic <philip.kaluder...@fau.de>
Re-add a autoload cookie for 'do-at-point' --- do-at-point.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/do-at-point.el b/do-at-point.el index dddd01c5ca..ee3123c343 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -5,7 +5,7 @@ ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Philip Kaludercic <phil...@posteo.net> ;; URL: https://wwwcip.cs.fau.de/~oj14ozun/src+etc/do-at-point.el -;; Version: $Id: do-at-point.el,v 1.7 2023/07/17 14:09:29 oj14ozun Exp oj14ozun $ +;; Version: $Id: do-at-point.el,v 1.8 2023/07/17 14:09:59 oj14ozun Exp oj14ozun $ ;; Package-Version: 1 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience @@ -298,6 +298,7 @@ Refer to the command `do-at-point-forward' for more details." (interactive "p") (do-at-point-forward (- (or n 1)))) +;;;###autoload (defun do-at-point () "Focus on a thing at point. This is the main entry point"