1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

; * lisp/completion.el: Remove code commented out since 1990.

This commit is contained in:
Stefan Kangas 2022-07-12 05:55:07 +02:00
parent f209650e41
commit cae4dcc073

View 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)))
;;-----------------------------------------------