summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-07-22 02:13:10 +0000
committerRichard M. Stallman <rms@gnu.org>1996-07-22 02:13:10 +0000
commitb95127fe635cfba59cf1076866230cae03ee75a6 (patch)
treed2a8a15e2e4df89f048a92e1f3046867da0b7b3d /lisp
parentcda7648d067f86527f4aaef37cade77c8b745987 (diff)
downloademacs-b95127fe635cfba59cf1076866230cae03ee75a6.tar.gz
(dabbrev-case-fold-search, dabbrev-case-replace): Undo previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dabbrev.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el
index 7f8d1679103..f4250db1a77 100644
--- a/lisp/dabbrev.el
+++ b/lisp/dabbrev.el
@@ -121,7 +121,6 @@ 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.
@@ -142,7 +141,6 @@ 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.