diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-16 15:21:32 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-16 15:21:32 -0400 |
commit | 389c3aa7b2d5d4fca9281c5530bb8d307a167bbc (patch) | |
tree | 1692e30ef4fc02a186f78c571805ac78ecd2ec59 /lisp/emacs-lisp | |
parent | bf350d6a5988d8098f88c39788b50a7a1701918a (diff) | |
download | emacs-389c3aa7b2d5d4fca9281c5530bb8d307a167bbc.tar.gz emacs-389c3aa7b2d5d4fca9281c5530bb8d307a167bbc.tar.bz2 emacs-389c3aa7b2d5d4fca9281c5530bb8d307a167bbc.zip |
Header comment trivial fix
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/ert-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ert-x.el b/lisp/emacs-lisp/ert-x.el index 257d0528cbc..a7916354c91 100644 --- a/lisp/emacs-lisp/ert-x.el +++ b/lisp/emacs-lisp/ert-x.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc. ;; Author: Lennart Borgman (lennart O borgman A gmail O com) -;; Author: Christian Ohler <ohler@gnu.org> +;; Christian Ohler <ohler@gnu.org> ;; This file is part of GNU Emacs. |