]> git.eshelyaron.com Git - emacs.git/commitdiff
(elisp-completion-at-point): Complete feature names
authorEshel Yaron <me@eshelyaron.com>
Thu, 3 Apr 2025 09:12:31 +0000 (11:12 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Apr 2025 09:12:31 +0000 (11:12 +0200)
lisp/progmodes/elisp-mode.el

index 07caa3b389fc6296e9e46cea04e17bcf1f752f24..132e0641785a1ee639ddeb5c699dc18a21eef120 100644 (file)
@@ -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