diff options
author | Miles Bader <miles@gnu.org> | 2000-11-19 01:58:06 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-11-19 01:58:06 +0000 |
commit | e5a9dabf39b361c320f891435c9ad390e9110ca7 (patch) | |
tree | 6d37832d69c25a87ef93b41fc8c545306b264c63 /lisp/image-file.el | |
parent | e83dc917584709b073d746920ba2a5ce52743b52 (diff) | |
download | emacs-e5a9dabf39b361c320f891435c9ad390e9110ca7.tar.gz |
(insert-image-file): Make `intangible' and `read-only' properties
rear-nonsticky too.
Diffstat (limited to 'lisp/image-file.el')
-rw-r--r-- | lisp/image-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-file.el b/lisp/image-file.el index 217e4708693..2e1ac4401dd 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -115,7 +115,7 @@ the command `insert-file-contents'." (props `(display ,image intangible ,image - rear-nonsticky (display) + rear-nonsticky (display intangible read-only) ;; This a cheap attempt to make the whole buffer ;; read-only when we're visiting the file. ,@(and visit |