From 68a79f35b52578272bd4c6e13f13829bc3de4c68 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 3 Apr 2025 11:12:31 +0200 Subject: [PATCH] (elisp-completion-at-point): Complete feature names --- lisp/progmodes/elisp-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 07caa3b389f..132e0641785 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -845,6 +845,7 @@ in `completion-at-point-functions' (which see)." ((group) (lambda (sym) (get sym 'group-documentation))) ((condition) (lambda (sym) (get sym 'error-conditions))) ((face) #'facep) + ((feature) #'featurep) ((theme) #'custom-theme-p) ((thing) (lambda (sym) (or -- 2.39.5