]> code.delx.au - gnu-emacs/blobdiff - src/data.c
(x_set_frame_parameters): Get height and width from
[gnu-emacs] / src / data.c
index 8b9a158ef274d7a1955eb959b9f1a11af2494431..23b15d0081f4dbda69cf5f4299b921420f578746 100644 (file)
@@ -137,15 +137,6 @@ args_out_of_range_3 (a1, a2, a3)
     Fsignal (Qargs_out_of_range, Fcons (a1, Fcons (a2, Fcons (a3, Qnil))));
 }
 
-Lisp_Object
-make_number (num)
-     int num;
-{
-  register Lisp_Object val;
-  XSETINT (val, num);
-  return val;
-}
-
 /* On some machines, XINT needs a temporary location.
    Here it is, in case it is needed.  */
 
@@ -1372,7 +1363,7 @@ From now on the default value will apply in this buffer.")
     if (current_buffer == XBUFFER (*pvalbuf))
       {
        *pvalbuf = Qnil;
-       Fsymbol_value(variable);
+       find_symbol_value (variable);
       }
   }