summaryrefslogtreecommitdiff
path: root/modules/language/python/spec.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-06-03 17:36:36 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-06-03 17:40:32 +0200
commit9b9b7633c13aa9f99ffb5683374f5c11a4966a93 (patch)
tree969ab19d0a528223ac5f07934572b27c948a92f5 /modules/language/python/spec.scm
parent0f4885b162b7a4d5c23fca456be60d44f03d80ef (diff)
modules: completer: Simplify.
* modules/language/python/completer.scm (aif): Remove macro. (complete-fkn): Simplify, comment, and add docstring; rename... (complete-python): ...to this. (reg): Rename this variable... (dotted-words-regexp): ...to this.
Diffstat (limited to 'modules/language/python/spec.scm')
-rw-r--r--modules/language/python/spec.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/spec.scm b/modules/language/python/spec.scm
index ea545ac..a267f72 100644
--- a/modules/language/python/spec.scm
+++ b/modules/language/python/spec.scm
@@ -71,7 +71,7 @@
(catch #t
(lambda ()
(set! (@@ (ice-9 readline) *readline-completion-function*)
- (complete-fkn e)))
+ (complete-python e)))
(lambda x #f))
(define-language python