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
8cc8dc43
Commit
8cc8dc43
authored
Aug 10, 1995
by
Richard M. Stallman
Browse files
(vc-dired-reformat-line): Display eight character user names correctly.
parent
314001b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/vc.el
lisp/vc.el
+1
-1
No files found.
lisp/vc.el
View file @
8cc8dc43
...
...
@@ -1138,7 +1138,7 @@ on a buffer attached to the file named in the current Dired buffer line."
(t
(if x (setq x (concat "
(
" x "
)
")))
(if (re-search-forward "
\\
(
[0-9]+
\\
)
.................
\\
(
.
*\\
)
" nil 0)
(let ((rep (substring (concat x "
") 0
9
)))
(let ((rep (substring (concat x "
") 0
10
)))
(replace-match (concat "
\\1
" rep "
\\2
") t)))
)))
...
...
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