emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/mentor 969459eeee 6/7: Make mentor-get-item-type non-inter


From: ELPA Syncer
Subject: [nongnu] elpa/mentor 969459eeee 6/7: Make mentor-get-item-type non-interactive
Date: Thu, 22 Sep 2022 09:59:10 -0400 (EDT)

branch: elpa/mentor
commit 969459eeee86c995f73f9f2026255b3b734c4665
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Make mentor-get-item-type non-interactive
---
 mentor.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mentor.el b/mentor.el
index c6b3d06553..e9cfd6d292 100644
--- a/mentor.el
+++ b/mentor.el
@@ -1864,7 +1864,6 @@ torrents to a view unless the filter is updated."
         (t num)))
 
 (defun mentor-get-item-type ()
-  (interactive)
   "Get type of the item at point."
   (get-text-property (point) 'type))
 



reply via email to

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