From: Eshel Yaron Date: Thu, 3 Apr 2025 09:12:31 +0000 (+0200) Subject: (elisp-completion-at-point): Complete feature names X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68a79f35b52578272bd4c6e13f13829bc3de4c68;p=emacs.git (elisp-completion-at-point): Complete feature names --- 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