aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-07-12 05:55:07 +0200
committerStefan Kangas2022-07-12 12:22:57 +0200
commitcae4dcc073de015de4ccfaf65c5051709aadf3bc (patch)
tree276a24e33bfae82150f076de87130b738cd6aae1
parentf209650e41d59356a90b5a602abc60c6783bc7b1 (diff)
downloademacs-cae4dcc073de015de4ccfaf65c5051709aadf3bc.tar.gz
emacs-cae4dcc073de015de4ccfaf65c5051709aadf3bc.zip
; * lisp/completion.el: Remove code commented out since 1990.
-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.")
926 "Return a completion entry." 926 "Return a completion entry."
927 (list string 0 nil current-completion-source)) 927 (list string 0 nil current-completion-source))
928 928
929;; Obsolete
930;;(defmacro cmpl-prefix-entry-symbol (completion-entry)
931;; (list 'car (list 'cdr completion-entry)))
932
933 929
934 930
935;;----------------------------------------------- 931;;-----------------------------------------------