summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-05-14 07:14:23 +0100
committerAndrea Corallo <akrl@sdf.org>2020-05-14 07:14:23 +0100
commit3bcb79fdcd450391a3669a7f97287230629255b2 (patch)
treecaf60b0d831b8386f823b40401f0afa24b29adb0 /lisp/emacs-lisp/eldoc.el
parent9bc0a7c408237f7dc6846544e647da7b08988ab9 (diff)
parenta4671733b7b990e83ef6daed4d17ab240a3591b5 (diff)
downloademacs-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.el5
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.