(lisp-complete-symbol): Only jump 2 not 3 levels.
This commit is contained in:
parent
7b8f3241f1
commit
f77eca766a
1 changed files with 0 additions and 1 deletions
|
@ -375,7 +375,6 @@ considered."
|
|||
(or (boundp sym) (fboundp sym)
|
||||
(symbol-plist sym)))
|
||||
;; Looks like a funcall position. Let's double check.
|
||||
(backward-char 1) ;skip paren
|
||||
(if (condition-case nil
|
||||
(progn (up-list -2) (forward-char 1)
|
||||
(eq (char-after) ?\())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue