diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2021-08-08 16:18:10 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-08-08 16:18:10 +0200 |
commit | 99c535111be82b94281bb82d24d77597149b65a9 (patch) | |
tree | 6b3489b2157fe81a1554143b931ab202dabe585e /lisp | |
parent | e763c8947a55bfff703427b9bb0524638e5d7eae (diff) | |
parent | 3b32d057ff2258177fdcd90cd70836ec2ad45f86 (diff) | |
download | emacs-99c535111be82b94281bb82d24d77597149b65a9.tar.gz emacs-99c535111be82b94281bb82d24d77597149b65a9.tar.bz2 emacs-99c535111be82b94281bb82d24d77597149b65a9.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/project.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index b7101754779..4620ea8f47e 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -1,7 +1,7 @@ ;;; project.el --- Operations on the current project -*- lexical-binding: t; -*- ;; Copyright (C) 2015-2021 Free Software Foundation, Inc. -;; Version: 0.6.0 +;; Version: 0.6.1 ;; Package-Requires: ((emacs "26.1") (xref "1.0.2")) ;; This is a GNU ELPA :core package. Avoid using functionality that |