#| -*-Scheme-*-
-$Id: lspcom.scm,v 1.165 2007/01/05 21:19:23 cph Exp $
+$Id: lspcom.scm,v 1.166 2007/04/18 20:27:30 riastradh Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
(push-current-mark! point)
(push-current-mark! end)
(set-current-point!
- (or (re-search-backward "^\n" start (mark-1+ start))
+ (or (and (not (group-start? start))
+ (re-search-backward "^\n" start (mark-1+ start)))
start)))))))
(define-command align-defun