Mercurial > emacs
changeset 78307:c1f5e55fcfcd
Restore comma mistakenly removed in last change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 25 Jul 2007 07:36:45 +0000 |
parents | 95361d2f1ff8 |
children | 126deea128b3 |
files | leim/Makefile.in leim/leim-ext.el leim/makefile.w32-in |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/Makefile.in Wed Jul 25 07:33:54 2007 +0000 +++ b/leim/Makefile.in Wed Jul 25 07:36:45 2007 +0000 @@ -9,7 +9,7 @@ # GNU Emacs is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Emacs is distributed in the hope that it will be useful,
--- a/leim/leim-ext.el Wed Jul 25 07:33:54 2007 +0000 +++ b/leim/leim-ext.el Wed Jul 25 07:36:45 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 3 or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful,
--- a/leim/makefile.w32-in Wed Jul 25 07:33:54 2007 +0000 +++ b/leim/makefile.w32-in Wed Jul 25 07:36:45 2007 +0000 @@ -9,7 +9,7 @@ # GNU Emacs is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Emacs is distributed in the hope that it will be useful,