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
961dda3e
Commit
961dda3e
authored
Oct 25, 1994
by
Karl Heuer
Browse files
(decode_mode_spec): New spec %c, for current column.
parent
f1b648d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/xdisp.c
src/xdisp.c
+4
-0
No files found.
src/xdisp.c
View file @
961dda3e
...
...
@@ -3018,6 +3018,10 @@ decode_mode_spec (w, c, maxwidth)
#endif
break
;
case
'c'
:
sprintf
(
decode_mode_spec_buf
,
"%d"
,
current_column
());
return
decode_mode_spec_buf
;
case
'l'
:
{
int
startpos
=
marker_position
(
w
->
start
);
...
...
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