From c0275555f201b52a7f1184cf89937acd6e1f59ad Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 25 May 2020 22:29:06 +0300 Subject: [PATCH] ; More the note about reporting problems further up --- lisp/progmodes/project.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index c72e9d94b1c..9c100ad2187 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -24,6 +24,11 @@ ;;; Commentary: +;; NOTE: The project API is still experimental and can change in major, +;; backward-incompatible ways. Everyone is encouraged to try it, and +;; report to us any problems or use cases we hadn't anticipated, by +;; sending an email to emacs-devel, or `M-x report-emacs-bug'. +;; ;; This file contains generic infrastructure for dealing with ;; projects, some utility functions, and commands using that ;; infrastructure. @@ -32,11 +37,6 @@ ;; current project, without having to know which package handles ;; detection of that project type, parsing its config files, etc. ;; -;; NOTE: The project API is still experimental and can change in major, -;; backward-incompatible ways. Everyone is encouraged to try it, and -;; report to us any problems or use cases we hadn't anticipated, by -;; sending an email to emacs-devel, or `M-x report-emacs-bug'. -;; ;; Infrastructure: ;; ;; Function `project-current', to determine the current project -- 2.39.5