diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2024-04-02 10:09:28 +0200 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2024-04-02 10:09:28 +0200 |
| commit | 2a25d79f7e5d9ab7298ba40e11e78d1f2ded06d2 (patch) | |
| tree | fb120d84459e90f9c4e3fd3b09e0b802630ea74b /notes-mode.el | |
| parent | 79246c8af3ce408254ab0fc3a3e0492b49ed63fd (diff) | |
Update package header and bump versionexternals/notes-mode
Diffstat (limited to 'notes-mode.el')
| -rw-r--r-- | notes-mode.el | 14 |
1 files 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: <johnh@isi.edu>. -;; Version: 1.30 +;; Author: John Heidemann <johnh@isi.edu> +;; Maintainer: John Heidemann <johnh@isi.edu> +;; 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: |
