aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeremy Bryant2024-09-25 22:28:04 +0100
committerEli Zaretskii2024-09-27 09:17:29 +0300
commitbfbed2f3ee40ac6dba46e80d1665a820d64ba091 (patch)
tree7c54e5b7a878547c3518718d4f60f3ca22d0e81d /src
parentff4082284a06de319a3c4e5ed1144f15f5226eca (diff)
downloademacs-bfbed2f3ee40ac6dba46e80d1665a820d64ba091.tar.gz
emacs-bfbed2f3ee40ac6dba46e80d1665a820d64ba091.zip
; * src/cm.c (cmgoto): Add function documentation (bug#73487).
Diffstat (limited to 'src')
-rw-r--r--src/cm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cm.c b/src/cm.c
index ad419ce0af1..e1014af5298 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -317,6 +317,8 @@ losecursor (void)
317#define USELL 2 317#define USELL 2
318#define USECR 3 318#define USECR 3
319 319
320/* Move the cursor to (row, col), by computing the optimal way. */
321
320void 322void
321cmgoto (struct tty_display_info *tty, int row, int col) 323cmgoto (struct tty_display_info *tty, int row, int col)
322{ 324{