* docs/HACKING: Update info about maintenance of CONTRIBUTORS file.
* lisp/tla.el (tla--bookmarks-make-edit-fn): Move declare statement to
the right place to silence compiler warning.
---
Committed revision 2ac7bbc6bf8fb8134a280d7d09e782f73ce0724a
to <git://git.hcoop.net/git/mwolson/emacs/dvc.git>.
docs/HACKING | 4 +---
lisp/tla.el | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/docs/HACKING b/docs/HACKING
index e643b1e..9d8a6dc 100644
--- a/docs/HACKING
+++ b/docs/HACKING
@@ -10,9 +10,7 @@ only patches whose author agrees to sign to FSF.
CONTRIBUTORS file is for tracking the contributors
and their copyright assignments.
-CONTRIBUTORS file is mainly maintained by me (Masatake
-YAMATO). However, I'm always looking for people who
-will help me to interact with FSF.
+CONTRIBUTORS file is maintained by Michael Olson.
GNU Emacs, XEmacs and its version
=================================
diff --git a/lisp/tla.el b/lisp/tla.el
index d111550..4abcfd0 100644
--- a/lisp/tla.el
+++ b/lisp/tla.el
@@ -4604,11 +4604,11 @@ If FORCE is non-nil, don't ask for confirmation."
(defmacro tla--bookmarks-make-edit-fn (name field read-fn)
"Define an interactive function called NAME for editing FIELD of a bookmark
entry."
+ (declare (indent 2) (debug (&define name form function-form)))
`(defun ,name (bookmarks value &optional dont-save)
"Adds the directory VALUE to the list of local trees of bookmark
BOOKMARK.
Unless DONT-SAVE is non-nil, save the bookmark file."
- (declare (indent 2) (debug (&define name form function-form)))
(interactive
(let* ((bookmarks (or tla-bookmarks-marked-list
(list (ewoc-data (ewoc-locate
--
1.5.4.3
--
| Michael Olson | FSF Associate Member #652 |
| http://mwolson.org/ | Hobbies: Lisp, HCoop |
| Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
`-------------------------------------------------------'
_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev