[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master a0e97ea 108/433: (mmm-save-local-variables): Changed `defc
From: |
Dmitry Gutov |
Subject: |
[elpa] master a0e97ea 108/433: (mmm-save-local-variables): Changed `defcustom' to `defvar'. |
Date: |
Thu, 15 Mar 2018 19:43:45 -0400 (EDT) |
branch: master
commit a0e97ea8c5ea04885e11f60ed9cc971a59c33f99
Author: mas <mas>
Commit: mas <mas>
(mmm-save-local-variables): Changed `defcustom' to `defvar'.
---
mmm-vars.el | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/mmm-vars.el b/mmm-vars.el
index f204bb7..b6a09f0 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2000 by Michael Abraham Shulman
;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-vars.el,v 1.17 2000/07/12 06:10:28 mas Exp $
+;; Version: $Id: mmm-vars.el,v 1.18 2000/07/13 23:43:54 mas Exp $
;;{{{ GPL
@@ -79,7 +79,7 @@
;;}}}
;;{{{ Save Local Variables
-(defcustom mmm-save-local-variables
+(defvar mmm-save-local-variables
'(;; Don't use `function' (#') here!! We're already inside `quote'!
comment-start
comment-end
@@ -133,9 +133,7 @@ in some buffer may produce unpredictable results.
Globally saved variables are saved in the mmm-local-variables property
of the mode symbol. Buffer saved variables are saved in the alist
`mmm-buffer-saved-locals'. Region saved variables are saved in the
-mmm-local-variables property of the overlay."
- :group 'mmm
- :type '(repeat (symbol :tag "Variable")))
+mmm-local-variables property of the overlay.")
(defvar mmm-buffer-saved-locals ()
"Stores saved local variables for this buffer, by mode.
- [elpa] master 362229f 094/433: Changed %[...]% to [%...%] which looks much nicer., (continued)
- [elpa] master 362229f 094/433: Changed %[...]% to [%...%] which looks much nicer., Dmitry Gutov, 2018/03/15
- [elpa] master d0121d3 095/433: # Updated for 0.4.3, Dmitry Gutov, 2018/03/15
- [elpa] master 437e683 090/433: Added README.Mason to EXTRA_DIST., Dmitry Gutov, 2018/03/15
- [elpa] master ae11e72 101/433: Changed syntax to {%MODE%} to avoid possible conflicts., Dmitry Gutov, 2018/03/15
- [elpa] master c44e88a 102/433: # Updated., Dmitry Gutov, 2018/03/15
- [elpa] master d640498 096/433: Released 0.4.3., Dmitry Gutov, 2018/03/15
- [elpa] master 63e6748 116/433: (mmm-here-doc-get-mode): Signaled non-fboundp here-document names., Dmitry Gutov, 2018/03/15
- [elpa] master bf3b29e 100/433: # Updated, Dmitry Gutov, 2018/03/15
- [elpa] master c76f5a3 099/433: Added to CVS., Dmitry Gutov, 2018/03/15
- [elpa] master 89daaab 103/433: # Added comment about universal mode., Dmitry Gutov, 2018/03/15
- [elpa] master a0e97ea 108/433: (mmm-save-local-variables): Changed `defcustom' to `defvar'.,
Dmitry Gutov <=
- [elpa] master 70a94da 109/433: (mmm-run-major-mode-hook): Added `ignore-errors' around each call., Dmitry Gutov, 2018/03/15
- [elpa] master 7a12efa 111/433: Added MASON_VERSION variable to keep track of that., Dmitry Gutov, 2018/03/15
- [elpa] master e7da5c1 117/433: # Updated., Dmitry Gutov, 2018/03/15
- [elpa] master 88d1d46 115/433: (mmm-univ-get-mode): Signaled error on non-fboundp modes., Dmitry Gutov, 2018/03/15
- [elpa] master 752288f 113/433: Added `mmm-no-matching-submode' error signal., Dmitry Gutov, 2018/03/15
- [elpa] master 3ee92f7 091/433: Moved commentary code to README.Mason., Dmitry Gutov, 2018/03/15
- [elpa] master efe3dbf 092/433: Wrote more about Mason., Dmitry Gutov, 2018/03/15
- [elpa] master e632aec 105/433: Limited matches to letter/dash strings that are fboundp., Dmitry Gutov, 2018/03/15
- [elpa] master b73a727 018/433: Added to CVS (formerly not under RCS)., Dmitry Gutov, 2018/03/15
- [elpa] master 28e978c 118/433: (mmm-ify-by-class): Added completion on all defined classes., Dmitry Gutov, 2018/03/15