emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 675edec 3/3: Fix some allout.el aliases


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 675edec 3/3: Fix some allout.el aliases
Date: Tue, 13 Mar 2018 14:48:43 -0400 (EDT)

branch: emacs-26
commit 675edecf6102a20b3482544315c654fde4b6236e
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Fix some allout.el aliases
    
    * lisp/allout.el (allout-passphrase-verifier-string)
    (allout-passphrase-hint-string): Fix alias.
---
 lisp/allout.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/allout.el b/lisp/allout.el
index 77aa906..33317e8 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -1522,7 +1522,7 @@ the Emacs buffer state, if file variable adjustments are 
enabled.  See
 `allout-enable-file-variable-adjustment' for details about that.")
 (make-variable-buffer-local 'allout-passphrase-verifier-string)
 (make-obsolete-variable 'allout-passphrase-verifier-string
-                       'allout-passphrase-verifier-string "23.3")
+                       "it is no longer used." "23.3")
 ;;;###autoload
 (put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp)
 ;;;_   = allout-passphrase-hint-string
@@ -1538,7 +1538,7 @@ state, if file variable adjustments are enabled.  See
 (make-variable-buffer-local 'allout-passphrase-hint-string)
 (setq-default allout-passphrase-hint-string "")
 (make-obsolete-variable 'allout-passphrase-hint-string
-                       'allout-passphrase-hint-string "23.3")
+                       "it is no longer used." "23.3")
 ;;;###autoload
 (put 'allout-passphrase-hint-string 'safe-local-variable 'stringp)
 ;;;_   = allout-after-save-decrypt



reply via email to

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