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
c28e534b
Commit
c28e534b
authored
Sep 06, 2004
by
Luc Teirlinck
Browse files
(use-hard-newlines): Make it into a permanent local.
parent
9a2c63fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/textmodes/paragraphs.el
lisp/textmodes/paragraphs.el
+1
-0
No files found.
lisp/ChangeLog
View file @
c28e534b
2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
* textmodes/paragraphs.el (use-hard-newlines): Make it into a
permanent local.
2004-09-04 Richard M. Stallman <rms@gnu.org>
* isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
...
...
lisp/textmodes/paragraphs.el
View file @
c28e534b
...
...
@@ -34,6 +34,7 @@
"Paragraph and sentence parsing."
:group
'editing
)
(
put
'use-hard-newlines
'permanent-local
t
)
(
define-minor-mode
use-hard-newlines
"Minor mode to distinguish hard and soft newlines.
When active, the functions `newline' and `open-line' add the
...
...
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