projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5b654b
)
; * lisp/indent.el (tab-first-completion): Fix :version tag.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 5 Sep 2021 18:24:22 +0000
(21:24 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 5 Sep 2021 18:24:22 +0000
(21:24 +0300)
lisp/indent.el
patch
|
blob
|
history
diff --git
a/lisp/indent.el
b/lisp/indent.el
index a33d9620098112706971594cc8288068df4516c7..aa2bfbceebf1c319fc780b5b7452e544ddb9c5da 100644
(file)
--- 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 "2
7
.1")
+ :version "2
8
.1")
(defvar indent-line-ignored-functions '(indent-relative
indent-relative-maybe