; * lisp/completion.el: Remove code commented out since 1990.
authorStefan Kangas <stefan@marxist.se>
Tue, 12 Jul 2022 03:55:07 +0000 (05:55 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 12 Jul 2022 10:22:57 +0000 (12:22 +0200)
lisp/completion.el

index fb700954b0e5c5bf1ff0e22ae640270d00d53de5..2e486b6a50d29685e53df64d510ad4367e3ef38a 100644 (file)
@@ -926,10 +926,6 @@ Each symbol is bound to a single completion entry.")
   "Return a completion entry."
   (list string 0 nil current-completion-source))
 
-;; Obsolete
-;;(defmacro cmpl-prefix-entry-symbol (completion-entry)
-;;  (list 'car (list 'cdr completion-entry)))
-
 
 \f
 ;;-----------------------------------------------