diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/vc/pcvs.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb720ee9242..4e1bbf252e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-10-30 Glenn Morris <rgm@gnu.org> | 1 | 2013-10-30 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler. | ||
| 4 | |||
| 3 | * Makefile.in (finder-data, autoloads, update-subdirs) | 5 | * Makefile.in (finder-data, autoloads, update-subdirs) |
| 4 | (compile-main, compile-clean, compile-always, bootstrap-clean): | 6 | (compile-main, compile-clean, compile-always, bootstrap-clean): |
| 5 | Check return value of cd. | 7 | Check return value of cd. |
diff --git a/lisp/vc/pcvs.el b/lisp/vc/pcvs.el index 1aab1fa665b..79a1934f21a 100644 --- a/lisp/vc/pcvs.el +++ b/lisp/vc/pcvs.el | |||
| @@ -1924,6 +1924,8 @@ With prefix argument, prompt for cvs flags." | |||
| 1924 | (lambda () (with-current-buffer buf | 1924 | (lambda () (with-current-buffer buf |
| 1925 | (cvs-mode-remove-handled))))))) | 1925 | (cvs-mode-remove-handled))))))) |
| 1926 | 1926 | ||
| 1927 | (autoload 'cvs-status-cvstrees "cvs-status") | ||
| 1928 | |||
| 1927 | (defun-cvs-mode (cvs-mode-tree . SIMPLE) (flags) | 1929 | (defun-cvs-mode (cvs-mode-tree . SIMPLE) (flags) |
| 1928 | "Call cvstree using the file under the point as a keyfile." | 1930 | "Call cvstree using the file under the point as a keyfile." |
| 1929 | (interactive (list (cvs-flags-query 'cvs-status-flags "cvs status flags"))) | 1931 | (interactive (list (cvs-flags-query 'cvs-status-flags "cvs status flags"))) |