From: Gerd Moellmann Date: Mon, 28 May 2001 12:05:45 +0000 (+0000) Subject: (Fload): Remove unused label. X-Git-Tag: emacs-pretest-21.0.104~369 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e26c40897342ceba2f4545300ce586df4b63260e;p=emacs.git (Fload): Remove unused label. --- diff --git a/src/ChangeLog b/src/ChangeLog index 105ef2ec7fa..d7d070fe03d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2001-05-28 Gerd Moellmann + * editfns.c (char_property_eq): Put in #if 0. + + * indent.c (string_display_width): Put in #if 0. + + * lread.c (Fload): Remove unused label. + * termcap.c (speeds): Put in #if 0. 2001-05-18 Gerd Moellmann diff --git a/src/lread.c b/src/lread.c index 3f2e747c998..8a357b7af47 100644 --- a/src/lread.c +++ b/src/lread.c @@ -777,8 +777,6 @@ Return t if file exists.") } else { - load_source: - /* We are loading a source file (*.el). */ if (!NILP (Vload_source_file_function)) {