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

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

[elpa] master 8fd343b 119/433: # Updated folding marks.


From: Dmitry Gutov
Subject: [elpa] master 8fd343b 119/433: # Updated folding marks.
Date: Thu, 15 Mar 2018 19:43:47 -0400 (EDT)

branch: master
commit 8fd343ba70b829150f306042559fd3b4bf8226fe
Author: mas <mas>
Commit: mas <mas>

    # Updated folding marks.
---
 mmm-compat.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mmm-compat.el b/mmm-compat.el
index c18501e..3acaefa 100644
--- a/mmm-compat.el
+++ b/mmm-compat.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-compat.el,v 1.4 2000/07/11 21:57:28 mas Exp $
+;; Version: $Id: mmm-compat.el,v 1.5 2000/07/21 17:08:10 mas Exp $
 
 ;;{{{ GPL
 
@@ -153,6 +153,7 @@ This makes `@' in skeletons act approximately like it does 
in FSF."
                     '(@ ''(push (point) skeleton-positions)))))
 
 ;;}}}
+;;{{{ Make Temp Buffers (XEmacs)
 
 (defmacro mmm-make-temp-buffer (buffer name)
   "Return a buffer called NAME including the text of BUFFER.
@@ -164,6 +165,7 @@ This text should not be modified."
        (insert-buffer ,buffer)
        (current-buffer))))
 
+;;}}}
 ;;{{{ Font Lock (Emacs w/o X)
 
 (defvar mmm-font-lock-available-p (or window-system mmm-xemacs)



reply via email to

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