summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--lisp/bbdb-anniv.el4
-rw-r--r--lisp/bbdb-mua.el2
-rw-r--r--lisp/bbdb.el4
4 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index eb3c95b..50509da 100644
--- a/README
+++ b/README
@@ -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),