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
0b884c80
Commit
0b884c80
authored
Dec 09, 2006
by
Chong Yidong
Browse files
(wdired-preprocess-symlinks): Make the spaces after symlink arrows
read-only and non-rear-sticky.
parent
ce7df393
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/wdired.el
lisp/wdired.el
+4
-1
No files found.
lisp/wdired.el
View file @
0b884c80
...
...
@@ -517,7 +517,10 @@ says how many lines to move; default is one line."
(
1-
(
match-beginning
1
))
'old-link
(
match-string-no-properties
1
))
(
put-text-property
(
match-end
1
)
(
1+
(
match-end
1
))
'end-link
t
)
(
put-text-property
(
1-
(
match-beginning
1
))
(
put-text-property
(
1-
(
match-beginning
1
))
(
match-beginning
1
)
'rear-nonsticky
'
(
read-only
))
(
put-text-property
(
match-beginning
1
)
(
match-end
1
)
'read-only
nil
)))
(
forward-line
)
(
beginning-of-line
)))))
...
...
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