emacs-diffs
[Top][All Lists]
Advanced

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

master aecf451: ; * lisp/indent.el (tab-first-completion): Fix :version


From: Eli Zaretskii
Subject: master aecf451: ; * lisp/indent.el (tab-first-completion): Fix :version tag.
Date: Sun, 5 Sep 2021 14:24:37 -0400 (EDT)

branch: master
commit aecf4518a052517e6a5df0fec13cac493ff50ca0
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/indent.el (tab-first-completion): Fix :version tag.
---
 lisp/indent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/indent.el b/lisp/indent.el
index a33d962..aa2bfbc 100644
--- a/lisp/indent.el
+++ b/lisp/indent.el
@@ -81,7 +81,7 @@ This variable has no effect unless `tab-always-indent' is 
`complete'."
           (const :tag "Unless looking at a word" 'word)
           (const :tag "Unless at a word or parenthesis" 'word-or-paren)
           (const :tag "Unless at a word, parenthesis, or punctuation." 
'word-or-paren-or-punct))
-  :version "27.1")
+  :version "28.1")
 
 (defvar indent-line-ignored-functions '(indent-relative
                                         indent-relative-maybe



reply via email to

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