emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/macros.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/macros.el
Date: Tue, 04 Feb 2003 06:35:55 -0500

Index: emacs/lisp/macros.el
diff -c emacs/lisp/macros.el:1.38 emacs/lisp/macros.el:1.39
*** emacs/lisp/macros.el:1.38   Mon Sep  9 18:44:44 2002
--- emacs/lisp/macros.el        Tue Feb  4 06:35:55 2003
***************
*** 258,264 ****
  Suppose you wanted to build a keyword table in C where each entry
  looked like this:
  
!     { \"foo\", foo_data, foo_function }, 
      { \"bar\", bar_data, bar_function },
      { \"baz\", baz_data, baz_function },
  
--- 258,264 ----
  Suppose you wanted to build a keyword table in C where each entry
  looked like this:
  
!     { \"foo\", foo_data, foo_function },
      { \"bar\", bar_data, bar_function },
      { \"baz\", baz_data, baz_function },
  




reply via email to

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