emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r112913: lisp/allout.el: Fix make-variable-buffer-lo


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r112913: lisp/allout.el: Fix make-variable-buffer-local call.
Date: Mon, 10 Jun 2013 14:37:26 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112913
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2013-06-10 16:37:02 +0200
message:
  lisp/allout.el: Fix make-variable-buffer-local call.
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-06-10 02:41:49 +0000
+++ b/lisp/ChangeLog    2013-06-10 14:37:02 +0000
@@ -1,3 +1,8 @@
+2013-06-10  Juanma Barranquero  <address@hidden>
+
+       * allout.el (allout-encryption-plaintext-sanitization-regexps):
+       Fix make-variable-buffer-local call to refer to the correct variable.
+
 2013-06-10  Aidan Gauland  <address@hidden>
 
        * eshell/em-term.el (eshell-visual-commands)

=== modified file 'lisp/allout.el'
--- a/lisp/allout.el    2013-05-22 07:07:19 +0000
+++ b/lisp/allout.el    2013-06-10 14:37:02 +0000
@@ -1561,7 +1561,7 @@
 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]