1 new commit in prog-modes:
https://bitbucket.org/xemacs/prog-modes/changeset/59fd3f8a0af0/
changeset: 59fd3f8a0af0
user: matsl
date: 2012-12-16 01:55:05
summary: Go-mode sync with upstream version 14989.
affected #: 2 files
diff -r eacc4cb30d0cac7eab6d454237ffc2f85ea249f1 -r
59fd3f8a0af0e7edcaed099fa206d9886e12cbf8 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-16 Mats Lidell <matsl(a)xemacs.org>
+
+ * go-mode.el: Sync with upstream version 14989.
+
2012-09-03 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 2.27 released.
diff -r eacc4cb30d0cac7eab6d454237ffc2f85ea249f1 -r
59fd3f8a0af0e7edcaed099fa206d9886e12cbf8 go-mode.el
--- a/go-mode.el
+++ b/go-mode.el
@@ -28,7 +28,7 @@
;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
;; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-;;; Synced up with: upstream go-mode.el 13677:c5f564efc620
+;;; Synced up with: upstream go-mode.el 14989:a522fb590152
;;; Commentary:
@@ -462,7 +462,7 @@
(if (or (>= (point) limit) (eobp))
(setq result nil)
(setq cs (go-mode-cs))
- (if cs
+ (if (and cs (>= (car cs) (point)))
(if (eq (= (char-after (car cs)) ?/) comment)
;; If inside the expected comment/string, highlight it.
(progn
Repository URL:
https://bitbucket.org/xemacs/prog-modes/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches