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
041a6e47
Commit
041a6e47
authored
Jun 10, 2005
by
Miles Bader
Browse files
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-369
lisp/longlines.el (longlines-visible-face): Face removed
parent
221711eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
lisp/ChangeLog
lisp/ChangeLog
+4
-3
lisp/longlines.el
lisp/longlines.el
+0
-5
No files found.
lisp/ChangeLog
View file @
041a6e47
2005-06-10 Miles Bader <miles@gnu.org>
* longlines.el (longlines-visible-face): Face removed.
* diff-mode.el (diff-header, diff-file-header, diff-index)
(diff-hunk-header, diff-removed, diff-added, diff-changed)
(diff-function, diff-context, diff-nonexistent):
Remove "-face"
(diff-function, diff-context, diff-nonexistent): Remove "-face"
suffix from face names.
(diff-header-face, diff-file-header-face, diff-index-face)
(diff-hunk-header-face, diff-removed-face, diff-added-face)
(diff-changed-face, diff-function-face, diff-context-face)
(diff-nonexistent-face):
New backward-compatibility aliases for
(diff-nonexistent-face): New backward-compatibility aliases for
renamed faces.
(diff-header-face, diff-file-header-face)
(diff-index, diff-index-face, diff-hunk-header)
...
...
lisp/longlines.el
View file @
041a6e47
...
...
@@ -153,11 +153,6 @@ major mode changes."
;; Showing the effect of hard newlines in the buffer
(
defface
longlines-visible-face
'
((
t
(
:background
"red"
)))
"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.
With optional argument ARG, make the hard newlines invisible again."
...
...
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