summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 6e0c51b2f5f..39e5cc9c854 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
+along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
@@ -1913,7 +1913,7 @@ delete_frame (Lisp_Object frame, Lisp_Object force)
/* Look for another visible frame on the same terminal.
Do not call next_frame here because it may loop forever.
- See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15025. */
+ See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15025. */
FOR_EACH_FRAME (tail, frame1)
if (!EQ (frame, frame1)
&& (FRAME_TERMINAL (XFRAME (frame))