]> git.eshelyaron.com Git - emacs.git/commitdiff
; project.el: Talk about equality
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 20 Jul 2020 01:07:11 +0000 (04:07 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 20 Jul 2020 01:07:11 +0000 (04:07 +0300)
lisp/progmodes/project.el

index 49a773539c0ef8940c41d298fa6ab0325e992e8f..a0930553bd7b73f00c70c77347a223b55cb7dd7c 100644 (file)
 ;;
 ;; - Choose the format of the value that represents a project for your
 ;; backend (we call it project instance).  Don't use any of the
-;; formats from other backends.  The value can be arbitrary, as long
-;; as the datatype is something `cl-defmethod' can dispatch on.
+;; formats from other backends.  The format can be arbitrary, as long
+;; as the datatype is something `cl-defmethod' can dispatch on.  The
+;; value should be stable (when compared with `equal') across
+;; invocations, meaning calls to that function from buffers belonging
+;; to the same project should return equal values.
 ;;
 ;; - Write a new function that will determine the current project
 ;; based on the directory and add it to `project-find-functions'