*** empty log message ***
authorMichael I. Bushnell <mib@gnu.org>
Tue, 26 Nov 1991 05:14:58 +0000 (05:14 +0000)
committerMichael I. Bushnell <mib@gnu.org>
Tue, 26 Nov 1991 05:14:58 +0000 (05:14 +0000)
lisp/startup.el
src/xfns.c

index fea0676..16386ca 100644 (file)
@@ -148,7 +148,7 @@ directory name of the directory where the `.emacs' file was looked for.")
           (setq version-control 'never))))
 
   ;; Choose a good default value for split-window-keep-point.
-  (setq split-window-keep-point (> baud-rate 2400))
+  (setq split-window-keep-point (> (baud-rate) 2400))
 
   ;; Read window system's init file if using a window system.
   (if (and window-system (not noninteractive))
index 1cecae8..4af2c89 100644 (file)
@@ -1424,6 +1424,7 @@ x_get_arg (alist, param, screen_name, attribute, type)
      enum resource_types type;
 {
   register Lisp_Object tem;
+  int i;
 
   tem = Fassq (param, alist);
   if (EQ (tem, Qnil))
@@ -4417,9 +4418,9 @@ Values can be the symbols Always, WhenMapped, or NotUseful.");
   defsubr (&Sx_defined_color);
 #if 0
   defsubr (&Sx_track_pointer);
-#endif
   defsubr (&Sx_grab_pointer);
   defsubr (&Sx_ungrab_pointer);
+#endif
 #else
   defsubr (&Sx_get_default);
   defsubr (&Sx_store_cut_buffer);