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
25ba62c5
Commit
25ba62c5
authored
May 27, 2005
by
Lute Kamstra
Browse files
Don't require easy-mmode.
(longlines-visible-face): Specify customization group.
parent
7cf49add
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lisp/longlines.el
lisp/longlines.el
+2
-3
No files found.
lisp/longlines.el
View file @
25ba62c5
...
...
@@ -39,8 +39,6 @@
;;; Code:
(
require
'easy-mmode
)
(
defgroup
longlines
nil
"Automatic wrapping of long lines when loading files."
:group
'fill
)
...
...
@@ -157,7 +155,8 @@ major mode changes."
(
defface
longlines-visible-face
'
((
t
(
:background
"red"
)))
"Face used to make hard newlines visible in `longlines-mode'."
)
"Face used to make hard newlines visible in `longlines-mode'."
:group
'longlines
)
(
defun
longlines-show-hard-newlines
(
&optional
arg
)
"Make hard newlines visible by adding a face.
...
...
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