lisp/allout.el: Fix make-variable-buffer-local call.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 10 Jun 2013 14:37:02 +0000 (16:37 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 10 Jun 2013 14:37:02 +0000 (16:37 +0200)
lisp/ChangeLog
lisp/allout.el

index 0749b6a..655bc2c 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (allout-encryption-plaintext-sanitization-regexps):
+       Fix make-variable-buffer-local call to refer to the correct variable.
+
 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
 
        * eshell/em-term.el (eshell-visual-commands)
index 5a9b03b..1e4134b 100644 (file)
@@ -1561,7 +1561,7 @@ Each value can be a regexp or a list with a regexp followed by a
 substitution string.  If it's just a regexp, all its matches are removed
 before the text is encrypted.  If it's a regexp and a substitution, the
 substitution is used against the regexp matches, a la `replace-match'.")
-(make-variable-buffer-local 'allout-encryption-text-removal-regexps)
+(make-variable-buffer-local 'allout-encryption-plaintext-sanitization-regexps)
 ;;;_   = allout-encryption-ciphertext-rejection-regexps
 (defvar allout-encryption-ciphertext-rejection-regexps nil
   "Variable for regexps matching plaintext to remove before encryption.