]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-complete-symbol): Only jump 2 not 3 levels.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Oct 2000 00:57:13 +0000 (00:57 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Oct 2000 00:57:13 +0000 (00:57 +0000)
lisp/emacs-lisp/lisp.el

index 52912146be9e1096c8815ce63f1e91c30ed94229..cc0844464a063401c506745592315cb287b6844e 100644 (file)
@@ -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) ?\())