From: Stefan Kangas Date: Tue, 12 Jul 2022 03:55:07 +0000 (+0200) Subject: ; * lisp/completion.el: Remove code commented out since 1990. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~992 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cae4dcc073de015de4ccfaf65c5051709aadf3bc;p=emacs.git ; * lisp/completion.el: Remove code commented out since 1990. --- diff --git a/lisp/completion.el b/lisp/completion.el index fb700954b0e..2e486b6a50d 100644 --- a/lisp/completion.el +++ b/lisp/completion.el @@ -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))) - ;;-----------------------------------------------