aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-28 12:05:45 +0000
committerGerd Moellmann2001-05-28 12:05:45 +0000
commite26c40897342ceba2f4545300ce586df4b63260e (patch)
tree06c9ddc6fcbac4ec3ac34cf823d4fd51419d2da1 /src/lread.c
parentf4a6687dd6b1854bcb27bf269f4f304d4728c5c3 (diff)
downloademacs-e26c40897342ceba2f4545300ce586df4b63260e.tar.gz
emacs-e26c40897342ceba2f4545300ce586df4b63260e.zip
(Fload): Remove unused label.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 0 insertions, 2 deletions
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.")
777 } 777 }
778 else 778 else
779 { 779 {
780 load_source:
781
782 /* We are loading a source file (*.el). */ 780 /* We are loading a source file (*.el). */
783 if (!NILP (Vload_source_file_function)) 781 if (!NILP (Vload_source_file_function))
784 { 782 {