summaryrefslogtreecommitdiff
path: root/lisp/completion.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-12 05:55:07 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-12 12:22:57 +0200
commitcae4dcc073de015de4ccfaf65c5051709aadf3bc (patch)
tree276a24e33bfae82150f076de87130b738cd6aae1 /lisp/completion.el
parentf209650e41d59356a90b5a602abc60c6783bc7b1 (diff)
downloademacs-cae4dcc073de015de4ccfaf65c5051709aadf3bc.tar.gz
emacs-cae4dcc073de015de4ccfaf65c5051709aadf3bc.tar.bz2
emacs-cae4dcc073de015de4ccfaf65c5051709aadf3bc.zip
; * lisp/completion.el: Remove code commented out since 1990.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r--lisp/completion.el4
1 files changed, 0 insertions, 4 deletions
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)))
-
;;-----------------------------------------------