Don't stop when before space or closing paren
* lisp/progmodes/elisp-mode.el (elisp-completion-at-point): Don't stop when before space or closing paren (bug#47665).
This commit is contained in:
@@ -496,7 +496,7 @@ functions are annotated with \"<f>\" via the
|
||||
(end
|
||||
(unless (or (eq beg (point-max))
|
||||
(member (char-syntax (char-after beg))
|
||||
'(?\s ?\" ?\( ?\))))
|
||||
'(?\" ?\()))
|
||||
(condition-case nil
|
||||
(save-excursion
|
||||
(goto-char beg)
|
||||
|
||||
Reference in New Issue
Block a user