diff options
| author | Roland Winkler <winkler@gnu.org> | 2023-10-23 00:59:01 -0500 |
|---|---|---|
| committer | Roland Winkler <winkler@gnu.org> | 2023-10-23 00:59:01 -0500 |
| commit | 641ff1f309e65ac8bd9794bd5f72cfc9ffc297a4 (patch) | |
| tree | d2c8c6d568a538691408a6ead91700065ca6ed3c | |
| parent | f69bf82b80f142f9de44ce2e2b6858081752caaf (diff) | |
Increase version number to 3.2.2d.externals/bbdb
| -rw-r--r-- | README | 6 | ||||
| -rw-r--r-- | lisp/bbdb-anniv.el | 4 | ||||
| -rw-r--r-- | lisp/bbdb-mua.el | 2 | ||||
| -rw-r--r-- | lisp/bbdb.el | 4 |
4 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Copyright (C) 2010-2022 Free Software Foundation, Inc. +Copyright (C) 2010-2023 Free Software Foundation, Inc. See the end of the file for license conditions. BBDB is the Insidious Big Brother Database for GNU Emacs. @@ -15,7 +15,7 @@ M-x package-install RET bbdb RET BBDB is also available at http://savannah.nongnu.org/projects/bbdb/ To check it out, use -git clone git://git.savannah.nongnu.org/bbdb.git +git clone https://git.savannah.nongnu.org/git/bbdb.git Questions, comments, suggestions, and bug reports may be directed to the BBDB mailing list at bbdb-user@nongnu.org. @@ -229,7 +229,7 @@ do not modify the records directly. The recommended sequence of calls is ================================================================== -Copyright (C) 2010-2022 Free Software Foundation, Inc. +Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of the Insidious Big Brother Database (aka BBDB), diff --git a/lisp/bbdb-anniv.el b/lisp/bbdb-anniv.el index 99f8521..d67c195 100644 --- a/lisp/bbdb-anniv.el +++ b/lisp/bbdb-anniv.el @@ -1,6 +1,6 @@ ;;; bbdb-anniv.el --- get anniversaries from BBDB -*- lexical-binding: t -*- -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; This file is part of the Insidious Big Brother Database (aka BBDB), @@ -77,7 +77,7 @@ as format string." This obeys `calendar-date-style' via `diary-date-forms'. To enable this feature, put the following into your .emacs: - \(add-hook 'diary-list-entries-hook 'bbdb-anniv-diary-entries)" + (add-hook \\='diary-list-entries-hook \\='bbdb-anniv-diary-entries)" ;; Loop over NUMBER dates starting from ORGINAL-DATE. (let* ((num-date (1- (calendar-absolute-from-gregorian original-date))) (end-date (+ num-date number))) diff --git a/lisp/bbdb-mua.el b/lisp/bbdb-mua.el index da9d56a..9e148df 100644 --- a/lisp/bbdb-mua.el +++ b/lisp/bbdb-mua.el @@ -1,6 +1,6 @@ ;;; bbdb-mua.el --- various MUA functionality for BBDB -*- lexical-binding: t -*- -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; This file is part of the Insidious Big Brother Database (aka BBDB), diff --git a/lisp/bbdb.el b/lisp/bbdb.el index a29306f..8ad557e 100644 --- a/lisp/bbdb.el +++ b/lisp/bbdb.el @@ -1,9 +1,9 @@ ;;; bbdb.el --- Big Brother DataBase -*- lexical-binding: t -*- -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Maintainer: Roland Winkler <winkler@gnu.org> -;; Version: 3.2.2b +;; Version: 3.2.2d ;; Package-Requires: ((emacs "24") (cl-lib "0.5")) ;; This file is part of the Insidious Big Brother Database (aka BBDB), |
