diff options
-rw-r--r-- | sx-search.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-search.el b/sx-search.el index d0fa892..f60d1fd 100644 --- a/sx-search.el +++ b/sx-search.el @@ -126,6 +126,7 @@ prefix argument, the user is asked for everything." ;;; Tag +;;;###autoload (defun sx-search-tag-at-point (&optional pos) "Follow tag under position POS or point." (interactive) |