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
5f1fbf6b
Commit
5f1fbf6b
authored
Nov 03, 2002
by
Stefan Monnier
Browse files
(insert-image): Don't make intangible since
adjust_point_for_property should be sufficient by default.
parent
833815e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
lisp/image.el
lisp/image.el
+1
-5
No files found.
lisp/image.el
View file @
5f1fbf6b
...
...
@@ -203,11 +203,7 @@ means display it in the right marginal area."
(
let
((
start
(
point
)))
(
insert
string
)
(
add-text-properties
start
(
point
)
(
list
'display
image
;; `image' has the right properties to
;; mark an intangible field.
'intangible
image
'rear-nonsticky
(
list
'display
)))))
`
(
display
,
image
rear-nonsticky
(
display
)))))
;;;###autoload
...
...
EMBA bot
@bot
mentioned in commit
f1f19126
·
Aug 08, 2022
mentioned in commit
f1f19126
mentioned in commit f1f1912658556e2f2a39cdae0da7ea2b8564d861
Toggle commit list
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