+2011-01-14 Glenn Morris <rgm@gnu.org>
+
+ * bzrmerge.el: Require cl when compiling.
+ (bzrmerge-merges): Doc fix.
+
2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
* notes/copyright: There's only one install-sh, not two, so fix a
;; Local Variables:
;; coding: utf-8
-;; add-log-time-zone-rule: t
;; End:
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a
;;; Code:
+(eval-when-compile
+ (require 'cl)) ; assert
+
(defun bzrmerge-merges ()
- "Return the list of already merged (not not committed) revisions.
+ "Return the list of already merged (not yet committed) revisions.
The list returned is sorted by oldest-first."
(with-current-buffer (get-buffer-create "*bzrmerge*")
(erase-buffer)