Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
2851327a
Commit
2851327a
authored
Aug 02, 2014
by
Christer Ekholm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed misspelling of set-face-underline-p
parent
9441eb3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/compatibility.el
src/compatibility.el
+1
-1
No files found.
src/ChangeLog
View file @
2851327a
2014-08-02 Christer Ekholm <che@chrekh.se>
* compatibility.el (set-face-underline): Fixed misspelling of
set-face-underline-p
2014-07-23 Christer Ekholm <che@chrekh.se>
* view-text.el (lyskom-mx-date-to-time): Fix bug introduced with
...
...
src/compatibility.el
View file @
2851327a
...
...
@@ -337,7 +337,7 @@ KEYS should be a string in the format used for saving keyboard macros
(
lyskom-macro-alias
set-face-underline
(
face
underline
&optional
frame
)
"Compatibility for older emacs that don't have set-face-underline
Calls set-face-underline-p."
`
(
set-face-undeline-p
,
face
,
underline
,
frame
))
`
(
set-face-unde
r
line-p
,
face
,
underline
,
frame
))
(
if
(
not
(
lyskom-find-face
'strikethrough
))
(
progn
(
make-face
'strikethrough
)
...
...
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