diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-05-14 07:14:23 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-05-14 07:14:23 +0100 |
commit | 3bcb79fdcd450391a3669a7f97287230629255b2 (patch) | |
tree | caf60b0d831b8386f823b40401f0afa24b29adb0 /lisp/emacs-lisp/eldoc.el | |
parent | 9bc0a7c408237f7dc6846544e647da7b08988ab9 (diff) | |
parent | a4671733b7b990e83ef6daed4d17ab240a3591b5 (diff) | |
download | emacs-3bcb79fdcd450391a3669a7f97287230629255b2.tar.gz emacs-3bcb79fdcd450391a3669a7f97287230629255b2.tar.bz2 emacs-3bcb79fdcd450391a3669a7f97287230629255b2.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r-- | lisp/emacs-lisp/eldoc.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 4a2e7488eb0..ef5dbf8103f 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -5,6 +5,11 @@ ;; Author: Noah Friedman <friedman@splode.com> ;; Keywords: extensions ;; Created: 1995-10-06 +;; Version: 1.0.0 +;; Package-Requires: ((emacs "26.3")) + +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. ;; This file is part of GNU Emacs. |