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
67645389
Commit
67645389
authored
Sep 17, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* image.el (image-type-from-buffer): Remove --without-x warning/error.
parent
5f30349b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/image.el
lisp/image.el
+1
-0
No files found.
lisp/ChangeLog
View file @
67645389
2013-09-18 Glenn Morris <rgm@gnu.org>
* image.el (image-type-from-buffer): Remove --without-x warning/error.
* mouse.el (mouse-yank-primary):
Reorder to silence --without-x compilation.
...
...
lisp/image.el
View file @
67645389
...
...
@@ -291,6 +291,7 @@ be determined."
(setq types (cdr types)))))
(goto-char opoint)
(and type
(boundp 'image-types)
(memq type image-types)
type)))
...
...
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