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
0d17c4b9
Commit
0d17c4b9
authored
Feb 06, 2010
by
Juri Linkov
Browse files
* doc-view.el (doc-view-mode):
* image-mode.el (image-mode): Put property mode-class=special. (Bug#4896)
parent
8228a275
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/doc-view.el
lisp/doc-view.el
+1
-1
lisp/image-mode.el
lisp/image-mode.el
+2
-0
No files found.
lisp/ChangeLog
View file @
0d17c4b9
2010-02-05 Juri Linkov <juri@jurta.org>
* doc-view.el (doc-view-mode):
* image-mode.el (image-mode): Put property mode-class=special.
(Bug#4896)
2010-02-05 Mark A. Hershberger <mah@everybody.org>
* vc-svn.el (vc-svn-revision-table): New function.
...
...
lisp/doc-view.el
View file @
0d17c4b9
...
...
@@ -1134,7 +1134,7 @@ If BACKWARD is non-nil, jump to the previous match."
;;;; User interface commands and the mode
;;
(put 'doc-view-mode 'mode-class 'special)
(
put
'doc-view-mode
'mode-class
'special
)
(
defun
doc-view-already-converted-p
()
"Return non-nil if the current doc was already converted."
...
...
lisp/image-mode.el
View file @
0d17c4b9
...
...
@@ -317,6 +317,8 @@ This variable is used to display the current image type in the mode line.")
(
defvar
bookmark-make-record-function
)
(
put
'image-mode
'mode-class
'special
)
;;;###autoload
(
defun
image-mode
()
"Major mode for image files.
...
...
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