From: Glenn Morris Date: Sat, 18 Jan 2014 01:51:38 +0000 (-0500) Subject: ChangeLog and Author: header comment fixes X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~343 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=812a093042a860768b002b988789c53d31127bb6;p=emacs.git ChangeLog and Author: header comment fixes --- diff --git a/lisp/org/ob-makefile.el b/lisp/org/ob-makefile.el index ab99f002750..af7e66e5121 100644 --- a/lisp/org/ob-makefile.el +++ b/lisp/org/ob-makefile.el @@ -2,7 +2,8 @@ ;; Copyright (C) 2009-2014 Free Software Foundation, Inc. -;; Author: Eric Schulte and Thomas S. Dye +;; Author: Eric Schulte +;; Thomas S. Dye ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org diff --git a/lisp/org/ob-scheme.el b/lisp/org/ob-scheme.el index 14d22712afd..b7117e9a077 100644 --- a/lisp/org/ob-scheme.el +++ b/lisp/org/ob-scheme.el @@ -2,7 +2,8 @@ ;; Copyright (C) 2010-2014 Free Software Foundation, Inc. -;; Authors: Eric Schulte, Michael Gauland +;; Authors: Eric Schulte +;; Michael Gauland ;; Keywords: literate programming, reproducible research, scheme ;; Homepage: http://orgmode.org diff --git a/src/ChangeLog b/src/ChangeLog index d36e60a4e95..d7a1d1f08f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -8607,7 +8607,7 @@ (FRAME_SCROLL_BOTTOM_VPOS): Remove. * xdisp.c (redisplay_internal): Adjust user. -2013-03-30 Darren Ho (tiny change) +2013-03-30 Darren Hoo (tiny change) * nsmenu.m (showAtX:Y:for:): setLevel to NSPopUpMenuWindowLevel (Bug#13998). diff --git a/test/automated/eieio-test-methodinvoke.el b/test/automated/eieio-test-methodinvoke.el index c105b500515..0b0dd5d2465 100644 --- a/test/automated/eieio-test-methodinvoke.el +++ b/test/automated/eieio-test-methodinvoke.el @@ -1,9 +1,8 @@ ;;; eieio-testsinvoke.el -- eieio tests for method invocation -;; Copyright (C) 2005, 2008, 2010, 2013-2014 Free Software Foundation, -;; Inc. +;; Copyright (C) 2005, 2008, 2010, 2013-2014 Free Software Foundation, Inc. -;; Author: Eric. M. Ludlam +;; Author: Eric M. Ludlam ;; This file is part of GNU Emacs.