Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f77eca76
Commit
f77eca76
authored
Oct 01, 2000
by
Stefan Monnier
Browse files
(lisp-complete-symbol): Only jump 2 not 3 levels.
parent
7b8f3241
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lisp/emacs-lisp/lisp.el
lisp/emacs-lisp/lisp.el
+0
-1
No files found.
lisp/emacs-lisp/lisp.el
View file @
f77eca76
...
...
@@ -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
)
?\(
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment