branch: master
commit 6cba9add81449de3076f1742e1ce0dbbd2168827
Author: mas <mas>
Commit: mas <mas>
(mmm-save-local-variables): Added `mode-popup-menu' for XEmacs.
---
mmm-vars.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/mmm-vars.el b/mmm-vars.el
index e829dea..53b80db 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2000 by Michael Abraham Shulman
;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id: mmm-vars.el,v 1.27 2000/08/17 00:52:46 mas Exp $
+;; Version: $Id: mmm-vars.el,v 1.28 2000/08/23 03:39:08 mas Exp $
;;{{{ GPL
@@ -90,7 +90,7 @@
;;{{{ Save Local Variables
(defvar mmm-save-local-variables
- '(;; Don't use `function' (#') here!! We're already inside `quote'!
+ `(;; Don't use `function' (#') here!! We're already inside `quote'!
comment-start
comment-end
(comment-line-start-skip buffer (fortran-mode))
@@ -99,6 +99,7 @@
comment-indent-function
comment-line-break-function
sentence-end
+ ,@(if mmm-xemacs '(mode-popup-menu) '())
font-lock-keywords
font-lock-keywords-only
font-lock-keywords-case-fold-search