projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f209650
)
; * lisp/completion.el: Remove code commented out since 1990.
author
Stefan Kangas
<stefan@marxist.se>
Tue, 12 Jul 2022 03:55:07 +0000
(
05:55
+0200)
committer
Stefan Kangas
<stefan@marxist.se>
Tue, 12 Jul 2022 10:22:57 +0000
(12:22 +0200)
lisp/completion.el
patch
|
blob
|
history
diff --git
a/lisp/completion.el
b/lisp/completion.el
index fb700954b0e5c5bf1ff0e22ae640270d00d53de5..2e486b6a50d29685e53df64d510ad4367e3ef38a 100644
(file)
--- 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)))
-
\f
;;-----------------------------------------------