APPROVE COMMIT PROG-MODES
NOTE: This patch has been committed.
# HG changeset patch
# User Mats Lidell <matsl(a)xemacs.org>
# Date 1355619305 -3600
# Node ID 59fd3f8a0af0e7edcaed099fa206d9886e12cbf8
# Parent eacc4cb30d0cac7eab6d454237ffc2f85ea249f1
Go-mode sync with upstream version 14989.
diff -r eacc4cb30d0c -r 59fd3f8a0af0 ChangeLog
--- a/ChangeLog Mon Sep 03 09:21:33 2012 +0200
+++ b/ChangeLog Sun Dec 16 01:55:05 2012 +0100
@@ -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 eacc4cb30d0c -r 59fd3f8a0af0 go-mode.el
--- a/go-mode.el Mon Sep 03 09:21:33 2012 +0200
+++ b/go-mode.el Sun Dec 16 01:55:05 2012 +0100
@@ -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
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches