Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
77f6105c
Commit
77f6105c
authored
Oct 05, 2000
by
Miles Bader
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(image): New group.
parent
a3489ece
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/image.el
lisp/image.el
+6
-0
No files found.
lisp/ChangeLog
View file @
77f6105c
2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
* image.el (image): New group.
* smerge-mode.el (smerge-mine-face, smerge-other-face)
(smerge-base-face, smerge-markers-face): Add dark-background variants.
...
...
lisp/image.el
View file @
77f6105c
...
...
@@ -24,6 +24,12 @@
;;; Code:
(
defgroup
image
()
"Image support."
:group
'multimedia
)
(
defconst
image-type-regexps
'
((
"^/\\*.*XPM.\\*/"
.
xpm
)
(
"^P[1-6]"
.
pbm
)
...
...
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