aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/project.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index d849f93b5e8..16578f11374 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -22,6 +22,10 @@
22;; This file contains generic infrastructure for dealing with 22;; This file contains generic infrastructure for dealing with
23;; projects, and a number of public functions: finding the current 23;; projects, and a number of public functions: finding the current
24;; root, related project directories, search path, etc. 24;; root, related project directories, search path, etc.
25;;
26;; The goal is to make it easy for Lisp programs to operate on the
27;; current project, without having to know which package handles
28;; detection of that project type, parsing its config files, etc.
25 29
26;;; Code: 30;;; Code:
27 31