<p>In <a href="https://github.com/geany/geany/pull/1140#discussion_r70873392">src/document.c</a>:</p>
<pre style='color:#555'>> @@ -1656,6 +1655,12 @@ gboolean document_reload_prompt(GeanyDocument *doc, const gchar *forced_enc)
>    g_free(base_name);
>    return result;
>  }
> +/* also used for reloading when forced_enc is NULL */
> +gboolean document_rename_prompt(GeanyDocument *doc) {
</pre>
<p>Also the name is partially misleading, it's the same for save as/rename</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1140/files/88f6ad8bebb4a6ef583d1e061ae2faa6d5dd93de#r70873392">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ2A2jKOs9yPQzziqOhAc9_ZVRYZdks5qVpX0gaJpZM4JMx7I">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ11pD7AQySBNUlSeqtkvZSwOErFKks5qVpX0gaJpZM4JMx7I.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1140/files/88f6ad8bebb4a6ef583d1e061ae2faa6d5dd93de#r70873392"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>