projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d463ae
)
Make lisp-completion-at-point's argument optional
author
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 14 Mar 2016 02:14:05 +0000
(
04:14
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 14 Mar 2016 02:14:05 +0000
(
04:14
+0200)
* lisp/progmodes/elisp-mode.el (lisp-completion-at-point): Make
the argument optional, like it was before the rename.
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 9e175a20e2226373a8594df728d9c3f79d276b8a..fc4501d0cbeb83173786a2d30d151dc1ece615d1 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-575,7
+575,7
@@
It can be quoted, or be inside a quoted form."
" " (cadr table-etc)))
(cddr table-etc)))))))))
-(defun lisp-completion-at-point (_predicate)
+(defun lisp-completion-at-point (
&optional
_predicate)
(declare (obsolete elisp-completion-at-point "25.1"))
(elisp-completion-at-point))