changeset 15752:c994927cede4

(dabbrev-case-fold-search, dabbrev-case-replace): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 22 Jul 1996 02:13:10 +0000
parents 022815791330
children 4d76ffbc2be1
files lisp/dabbrev.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dabbrev.el	Sun Jul 21 23:45:15 1996 +0000
+++ b/lisp/dabbrev.el	Mon Jul 22 02:13:10 1996 +0000
@@ -121,7 +121,6 @@
 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.
@@ -142,7 +141,6 @@
 
 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.