]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete comment saying that project.el is experimental
authorStefan Kangas <stefankangas@gmail.com>
Fri, 4 Aug 2023 10:25:15 +0000 (12:25 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 4 Aug 2023 10:34:14 +0000 (12:34 +0200)
* 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

index d482cc24d70a492ed203b91920734dd7f84d3c13..8d8bf5946280f17cfea6cb53ee15cebf4bb3cc07 100644 (file)
 
 ;;; 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.