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
a02b5bb4
Commit
a02b5bb4
authored
Nov 22, 2000
by
Miles Bader
Browse files
(insert-image-file): Don't make `read-only' property rear-nonsticky.
parent
ae1a21c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/image-file.el
lisp/image-file.el
+3
-2
No files found.
lisp/image-file.el
View file @
a02b5bb4
...
...
@@ -115,9 +115,10 @@ the command `insert-file-contents'."
(
props
`
(
display
,
image
intangible
,
image
rear-nonsticky
(
display
intangible
read-only
)
rear-nonsticky
(
display
intangible
)
;; This a cheap attempt to make the whole buffer
;; read-only when we're visiting the file.
;; read-only when we're visiting the file (as
;; opposed to just inserting it).
,@
(
and
visit
(
=
ibeg
(
point-min
))
(
=
iend
(
point-max
))
...
...
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