diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index d59fd83b11c..91b3075466b 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 | { |