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
bde0f7ca
Commit
bde0f7ca
authored
Aug 25, 1997
by
Richard M. Stallman
Browse files
(use-hard-newlines): Un-customized.
parent
f3674247
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
lisp/textmodes/paragraphs.el
lisp/textmodes/paragraphs.el
+4
-5
No files found.
lisp/textmodes/paragraphs.el
View file @
bde0f7ca
...
...
@@ -34,12 +34,11 @@
"Paragraph and sentence parsing."
:group
'editing
)
(
defcustom
use-hard-newlines
nil
;; It isn't useful to use defcustom for this variable
;; because it is always buffer-local.
(
defvar
use-hard-newlines
nil
"Non-nil means to distinguish hard and soft newlines.
See documentation for the `use-hard-newlines' function."
:set
'
(
lambda
(
symbol
value
)
(
use-hard-newlines
(
or
value
0
)))
:group
'paragraphs
:type
'boolean
)
See documentation for the `use-hard-newlines' function."
)
(
make-variable-buffer-local
'use-hard-newlines
)
(
defun
use-hard-newlines
(
&optional
arg
insert
)
...
...
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