-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve racket--beginning-of-defun-function
Fixes #693. Fixes #694. Fix sloppy check for sexp comment prefix, which could range error from attempt to access before point-min. Replace some use of ignore-errors (which aggravated the above) with condition-case. Rewrite as a single function, which I think is clearer than before when it used two helper functions.
- Loading branch information
1 parent
a4035b5
commit 7b6c9d7
Showing
1 changed file
with
34 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters