[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 234/287: Make comment-search-backward less fragile
From: |
Matthew Fidler |
Subject: |
[elpa] 234/287: Make comment-search-backward less fragile |
Date: |
Wed, 02 Jul 2014 14:46:16 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit c49361a37159154f5b4e3a5561edb9d8579dee81
Author: Matthew L. Fidler <address@hidden>
Date: Thu Jun 26 14:22:55 2014 -0500
Make comment-search-backward less fragile
---
ergoemacs-functions.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index 26cb157..c369557 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -652,7 +652,7 @@ the prefix arguments of `beginning-of-buffer',
(when (not (eolp))
(forward-char 1))
(save-excursion
- (when (comment-search-backward (point-at-bol) t)
+ (when (ignore-errors (comment-search-backward (point-at-bol) t))
(push (point) pts)
(when (and font-lock-mode
(eq (get-text-property (point) 'face)
- [elpa] 228/287: Add `cua-rect` require so that tests pass, (continued)
- [elpa] 228/287: Add `cua-rect` require so that tests pass, Matthew Fidler, 2014/07/02
- [elpa] 219/287: `ergoemacs-select-text-in-quote' can now deal with escaped quote in string., Matthew Fidler, 2014/07/02
- [elpa] 233/287: Change the default option back, Matthew Fidler, 2014/07/02
- [elpa] 230/287: Fix `ergoemacs-beginning-of-line-or-what` and `ergoemacs-end-of-line-or-what`, Matthew Fidler, 2014/07/02
- [elpa] 227/287: Be more careful of cua--rectangle, Matthew Fidler, 2014/07/02
- [elpa] 232/287: Fix beginning of line function again..., Matthew Fidler, 2014/07/02
- [elpa] 238/287: Fix warnings for cua-clear-rectangle-mark., Matthew Fidler, 2014/07/02
- [elpa] 240/287: Move the fixed bracket moving to the bracket theme component., Matthew Fidler, 2014/07/02
- [elpa] 236/287: add electric-pair-made as an option, Matthew Fidler, 2014/07/02
- [elpa] 237/287: Expanded outlook integration with Emacs org-mode, Matthew Fidler, 2014/07/02
- [elpa] 234/287: Make comment-search-backward less fragile,
Matthew Fidler <=
- [elpa] 235/287: Add the uri encoding function, Matthew Fidler, 2014/07/02
- [elpa] 241/287: Cleanup for select text in quotes, Matthew Fidler, 2014/07/02
- [elpa] 243/287: Make the quote selection consistent., Matthew Fidler, 2014/07/02
- [elpa] 242/287: Fix `ergoemacs-select-text-in-ascii-quote` to work using font-lock, Matthew Fidler, 2014/07/02
- [elpa] 239/287: Allow emacs 24.4 differences for backward-up-list, Matthew Fidler, 2014/07/02
- [elpa] 248/287: Merge pull request #248 from akfoss/master, Matthew Fidler, 2014/07/02
- [elpa] 244/287: Bug fix for cutting folded lines at the end of the line., Matthew Fidler, 2014/07/02
- [elpa] 246/287: Prefer emacs 24.4 backward-up-list, Matthew Fidler, 2014/07/02
- [elpa] 249/287: Support smartparens-mode and auto-indent-mode, Matthew Fidler, 2014/07/02
- [elpa] 247/287: Revert ergoemacs-select-text-in-quote; Make expand-region consistent, Matthew Fidler, 2014/07/02