]> code.delx.au - gnu-emacs/commitdiff
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 0749b6aa9bd3250b2d1459b95b0158f07afdc3b1..655bc2ca93fe9abbc65e3b9abf7d7cc8022e21fb 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 5a9b03b7a0e9896f25d1e560850ab7b16afddac2..1e4134b3ccffcbd694892d423cceb15a8a82a8f8 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.