emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/casetab.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/casetab.c
Date: Tue, 04 Feb 2003 09:03:22 -0500

Index: emacs/src/casetab.c
diff -c emacs/src/casetab.c:1.27 emacs/src/casetab.c:1.28
*** emacs/src/casetab.c:1.27    Fri Sep  6 12:45:54 2002
--- emacs/src/casetab.c Tue Feb  4 09:03:11 2003
***************
*** 71,77 ****
    while (tem = Fcase_table_p (obj), NILP (tem))
      obj = wrong_type_argument (Qcase_table_p, obj);
    return (obj);
! }   
  
  DEFUN ("current-case-table", Fcurrent_case_table, Scurrent_case_table, 0, 0, 
0,
         doc: /* Return the case table of the current buffer.  */)
--- 71,77 ----
    while (tem = Fcase_table_p (obj), NILP (tem))
      obj = wrong_type_argument (Qcase_table_p, obj);
    return (obj);
! }
  
  DEFUN ("current-case-table", Fcurrent_case_table, Scurrent_case_table, 0, 0, 
0,
         doc: /* Return the case table of the current buffer.  */)




reply via email to

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