emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 8cbd4a02a2b: Delete comment saying that project.el is experimen


From: Stefan Kangas
Subject: emacs-29 8cbd4a02a2b: Delete comment saying that project.el is experimental
Date: Fri, 4 Aug 2023 06:35:21 -0400 (EDT)

branch: emacs-29
commit 8cbd4a02a2b9823a6aa7e722af6e3d204f881aed
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Delete comment saying that project.el is experimental
    
    * lisp/progmodes/project.el (Commentary): Delete comment saying that
    the API is "still experimental".  It is to be considered stable
    starting with the version released with Emacs 29.
    Ref: https://lists.gnu.org/r/emacs-devel/2023-07/msg00415.html
---
 lisp/progmodes/project.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index d482cc24d70..8d8bf594628 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -24,11 +24,6 @@
 
 ;;; 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]