branch: master
commit 885e2fb86252f8e12f0870aa8354ce7b1cab33aa
Author: mas <mas>
Commit: mas <mas>

    (mmm-keywords-used): Added `:private'.
---
 mmm-compat.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mmm-compat.el b/mmm-compat.el
index f771271..29eb455 100644
--- a/mmm-compat.el
+++ b/mmm-compat.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id: mmm-compat.el,v 1.7 2000/08/02 23:47:12 mas Exp $
+;; Version: $Id: mmm-compat.el,v 1.8 2000/09/16 00:12:33 mas Exp $
 
 ;;{{{ GPL
 
@@ -47,7 +47,7 @@
 ;; We shouldn't have to do any more than these, since CL automatically
 ;; defines all keywords used for function arguments.
 (defvar mmm-keywords-used
-  '(:group :regexp :region :function :insert :classes)
+  '(:group :regexp :region :function :insert :classes :private)
   "List of extra keywords used by MMM Mode.")
 
 (dolist (keyword mmm-keywords-used)

Reply via email to