From 2a25d79f7e5d9ab7298ba40e11e78d1f2ded06d2 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Tue, 2 Apr 2024 10:09:28 +0200 Subject: Update package header and bump version --- notes-mode.el | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/notes-mode.el b/notes-mode.el index cbad391..bdd1d50 100644 --- a/notes-mode.el +++ b/notes-mode.el @@ -1,9 +1,11 @@ ;;; notes-mode.el --- Indexing system for on-line note-taking -;; Copyright (C) 1994-2007,2012 Free Software Foundation, Inc. +;; Copyright (C) 1994-2007,2012,2024 Free Software Foundation, Inc. -;; Author: . -;; Version: 1.30 +;; Author: John Heidemann +;; Maintainer: John Heidemann +;; URL: https://ant.isi.edu/~johnh/SOFTWARE/NOTES_MODE/ +;; Version: 1.31 ;; This file is part of GNU Emacs. @@ -22,7 +24,11 @@ ;;; Commentary: -;; + +;; Notes-mode is an indexing system for on-line note-taking. +;; Notes-mode is composed of two parts, the visible part, a major-mode +;; for Emacs to aid note-taking; and the invisible part, scripts which +;; periodically index your notes for you. ;;; Code: -- cgit v1.0