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

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

[nongnu] elpa/focus cbba87b062 74/82: Trim candidate list of *things*


From: ELPA Syncer
Subject: [nongnu] elpa/focus cbba87b062 74/82: Trim candidate list of *things*
Date: Tue, 6 Sep 2022 04:58:59 -0400 (EDT)

branch: elpa/focus
commit cbba87b06211637249cb59d8381dac00ae8f0870
Author: Lars Tveito <larstvei@ifi.uio.no>
Commit: Lars Tveito <larstvei@ifi.uio.no>

    Trim candidate list of *things*
---
 focus.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/focus.el b/focus.el
index 1240a41e8c..82343d8731 100644
--- a/focus.el
+++ b/focus.el
@@ -165,9 +165,7 @@ according to major-mode. If `focus-current-thing' is set, 
this
 default is overwritten. This function simply helps set the
 `focus-current-thing'."
   (interactive)
-  (let* ((candidates '(symbol list sexp defun
-                              filename url email word
-                              sentence whitespace line page))
+  (let* ((candidates '(defun line list paragraph sentence sexp symbol word))
          (thing (completing-read "Thing: " candidates)))
     (setq focus-current-thing (intern thing))))
 



reply via email to

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