emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for extraneous comment syntax in keyboard.c


From: Andrew M. Scott
Subject: Patch for extraneous comment syntax in keyboard.c
Date: Mon, 15 Nov 2004 15:38:14 -0700

This is a patch for the keyboard.o build error I reported earlier"
"keyboard.o and bootstrap errors on Nov 11, 2004 CVS snapshot, Andrew M. Scott"

Root cause appears to be an extra "*/" that got added to keyboard.c somehow; 
this patch removes it.


*** /stor/garray/src/savannah/emacs/src/keyboard.c~     Tue Nov  9 06:23:55 2004
--- /stor/garray/src/savannah/emacs/src/keyboard.c      Mon Nov 15 08:19:41 2004
***************
*** 10527,10533 ****
  to the given buffer position:
     (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW)
      IMAGE (DX . DY) (WIDTH . HEIGHT))
! The `posn-' functions access elements of such lists.  */*/)
    (pos, window)
       Lisp_Object pos, window;
  {
--- 10527,10533 ----
  to the given buffer position:
     (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW)
      IMAGE (DX . DY) (WIDTH . HEIGHT))
! The `posn-' functions access elements of such lists.  */)
    (pos, window)
       Lisp_Object pos, window;
  {



In GNU Emacs 21.3.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2004-11-01 on chlr4917
Distributor `The XFree86 Project, Inc', version 11.0.40300000
configured using `configure '--prefix=/stor/garray/linux' 
'--with-x-toolkit=yes' '--x-includes=/usr/X11R6' '--x-libraries=/usr/X11R6/lib' 
'CC=gcc''





reply via email to

[Prev in Thread] Current Thread [Next in Thread]