From 28a7dcdeb23fd1b9b08d860f2aa3292da5b55caf Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 23 May 2013 02:45:19 +0200 Subject: Improve oni:move-end-of-dwim --- emacs/site-lisp/oni.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/site-lisp/oni.el b/emacs/site-lisp/oni.el index 11378be..8883167 100644 --- a/emacs/site-lisp/oni.el +++ b/emacs/site-lisp/oni.el @@ -260,6 +260,7 @@ extracts the parts I want to know about." (eolpos (line-end-position))) (beginning-of-line) (if (and comment-start + (not (looking-at (regexp-quote comment-start))) (comment-search-forward eolpos t)) (progn (search-backward-regexp (concat "[^ \t" comment-start "]")) -- cgit v1.2.3-54-g00ecf