comparison src/lread.c @ 37918:6beac97d064e

(Fload): Remove unused label.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 28 May 2001 12:05:08 +0000
parents 23382dbfb9d0
children 93dbf78d7b7a
comparison
equal deleted inserted replaced
37917:5bc9314b5f0a 37918:6beac97d064e
775 XSTRING (found)->data[STRING_BYTES (XSTRING (found)) - 1] = 'c'; 775 XSTRING (found)->data[STRING_BYTES (XSTRING (found)) - 1] = 'c';
776 } 776 }
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 {
785 Lisp_Object val; 783 Lisp_Object val;
786 784