diff options
| author | Gerd Moellmann | 2001-05-29 11:10:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-29 11:10:47 +0000 |
| commit | 1cda365bcc8ffdc03ea705be1ca0860e56149944 (patch) | |
| tree | 7d4a67d2b046b564183ebce6847d44b8dd6ef707 /src/lread.c | |
| parent | 82d336bb15a1145e9d6f082aa9ac5513d84459c3 (diff) | |
| download | emacs-old-branches/gerd_defvaralias.tar.gz emacs-old-branches/gerd_defvaralias.zip | |
*** empty log message ***old-branches/gerd_defvaralias
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 | { |