emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 50764ae 269/433: Fixed back recognition of output regions.


From: Dmitry Gutov
Subject: [elpa] master 50764ae 269/433: Fixed back recognition of output regions.
Date: Thu, 15 Mar 2018 19:44:18 -0400 (EDT)

branch: master
commit 50764ae012cc54ad6f8c550f19dc42ae6bd3bf18
Author: viritrilbia <viritrilbia>
Commit: viritrilbia <viritrilbia>

    Fixed back recognition of output regions.
---
 mmm-sample.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mmm-sample.el b/mmm-sample.el
index dcc2a5f..1c6c5f4 100644
--- a/mmm-sample.el
+++ b/mmm-sample.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2003 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-sample.el,v 1.26 2003/03/25 21:49:24 viritrilbia Exp $
+;; Version: $Id: mmm-sample.el,v 1.27 2003/04/28 15:16:15 viritrilbia Exp $
 
 ;;{{{ GPL
 
@@ -310,7 +310,7 @@ and MODE is a major mode function symbol.")
     :submode php-mode
     :face mmm-output-submode-face
     :front "<\\?php *echo "
-    :back "\\?"
+    :back "\\?>"
     :include-front t
     :front-offset 5
     :insert ((?e php-echo nil @ "<?php" @ " echo " _ " " @ "?>" @))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]