]> git.eshelyaron.com Git - emacs.git/commitdiff
(dabbrev-case-fold-search, dabbrev-case-replace): Set
authorKarl Heuer <kwzh@gnu.org>
Fri, 12 Jul 1996 00:32:48 +0000 (00:32 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 12 Jul 1996 00:32:48 +0000 (00:32 +0000)
risky-local-variable property, since these get eval'ed.

lisp/dabbrev.el

index 5de6097500d19009f9b60d22c0644108508759ba..ee3f1f55f295a2c61f4d591c2b55037d40ebd42b 100644 (file)
@@ -121,6 +121,7 @@ The value of this variable is an expression; it is evaluated
 and the resulting value determines the decision.
 For example: setting this to `case-fold-search' means evaluate that
 variable to see whether its value is nil.")
+(put 'dabbrev-case-fold-search 'risky-local-variable t)
 
 (defvar dabbrev-upcase-means-case-search nil
   "*The significance of an uppercase character in an abbreviation.
@@ -141,6 +142,7 @@ variable to see if its value is t or nil.
 
 This variable has an effect only when the value of
 `dabbrev-case-fold-search' evaluates to t.")
+(put 'dabbrev-case-replace 'risky-local-variable t)
 
 (defvar dabbrev-abbrev-char-regexp nil
   "*Regexp to recognize a character in an abbreviation or expansion.