diff options
| author | Glenn Morris | 2009-01-10 21:50:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-10 21:50:40 +0000 |
| commit | eb2ffb185a5fb3c6e2f120c622c61c52bd10c8de (patch) | |
| tree | fc2a847c3173339dc6ff311073f48680152734b4 /lisp/org | |
| parent | a8e90bb2674c5284666415d15c5429c0472799eb (diff) | |
| download | emacs-eb2ffb185a5fb3c6e2f120c622c61c52bd10c8de.tar.gz emacs-eb2ffb185a5fb3c6e2f120c622c61c52bd10c8de.zip | |
Comments (minor fixes of some header conventions).
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/org-bbdb.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org/org-bbdb.el b/lisp/org/org-bbdb.el index ebb5676230f..18ca2b448b9 100644 --- a/lisp/org/org-bbdb.el +++ b/lisp/org/org-bbdb.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode | 1 | ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org>, | 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org>, |
| 6 | ;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> | 7 | ;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> |