]> git.eshelyaron.com Git - emacs.git/commit
Make get_medium_narrowing_begv/zv static
authorGregory Heytings <gregory@heytings.org>
Tue, 28 Mar 2023 23:06:57 +0000 (23:06 +0000)
committerGregory Heytings <gregory@heytings.org>
Tue, 28 Mar 2023 23:12:47 +0000 (01:12 +0200)
commit974e4f3333311b557754e2fdbaa75b0c1077fc61
tree7f5e4058b70b5655876a795b3961c2a2ac4bca39
parentafc2c6c13cb2ebb50a6c31fca5552f9b98b4af95
Make get_medium_narrowing_begv/zv static

* src/xdisp.c (get_medium_narrowing_begv):
(get_medium_narrowing_zv): Make these two functions static, they
are only used in xdisp.c.

* src/dispextern.h: Remove the prototypes.
src/dispextern.h
src/xdisp.c