changeset 32047:d481da7b59b0

(lisp-complete-symbol): Only jump 2 not 3 levels.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 01 Oct 2000 00:57:13 +0000
parents 6ad7b904a2d2
children 39617f078b9d
files lisp/emacs-lisp/lisp.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp.el	Sun Oct 01 00:53:23 2000 +0000
+++ b/lisp/emacs-lisp/lisp.el	Sun Oct 01 00:57:13 2000 +0000
@@ -375,7 +375,6 @@
 		      (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) ?\())