diff options
Diffstat (limited to 'lisp/expand.el')
-rw-r--r-- | lisp/expand.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/expand.el b/lisp/expand.el index ae68c00c894..544d0b1cb17 100644 --- a/lisp/expand.el +++ b/lisp/expand.el @@ -469,7 +469,6 @@ This is used only in conjunction with `expand-add-abbrevs'." (beginning-of-defun) (point)) (point-min))) - (here (point)) (state (parse-partial-sexp lim (point)))) (cond ((nth 3 state) 'string) |