Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ad375092
Commit
ad375092
authored
Jun 20, 1997
by
Richard M. Stallman
Browse files
(require-final-newline): Fix custom :type.
parent
e78ea3db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/files.el
lisp/files.el
+3
-1
No files found.
lisp/files.el
View file @
ad375092
...
...
@@ -220,7 +220,9 @@ Includes the new backup. Must be > 0"
"*Value of t says silently ensure a file ends in a newline when it is saved.
Non-nil but not t says ask user whether to add a newline when there isn't one.
nil means don't add newlines."
:type
'boolean
:type
'
(
choice
(
const
:tag
"Off"
nil
)
(
const
:tag
"Add"
t
)
(
sexp
:tag
"Ask"
:format
"%t\n"
ask
))
:group
'editing-basics
)
(
defcustom
auto-save-default
t
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment