branch: master
commit 800e78a552e3b61fa9f59a1ce24e2ae558b34966
Author: mas <mas>
Commit: mas <mas>
(mmm-save-local-variables): Added abbrev-mode variables.
---
mmm-vars.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/mmm-vars.el b/mmm-vars.el
index 3919a66..cf6b31b 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.30 2000/08/29 09:27:34 mas Exp $
+;; Version: $Id: mmm-vars.el,v 1.31 2000/08/29 21:06:51 mas Exp $
;;{{{ GPL
@@ -112,6 +112,8 @@
indent-line-function
(c-basic-offset buffer (cc-mode))
skeleton-transformation
+ abbrev-mode
+ local-abbrev-table
((syntax-table . set-syntax-table))
((current-local-map . use-local-map) buffer)
)