From 3bda1277befe74f084fda9f0ffe7cc3bc412b99e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 14 May 2011 13:11:34 -0700 Subject: [PATCH] * lisp/allout.el: Comment fix. --- lisp/allout.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/allout.el b/lisp/allout.el index 736ec42718b..16a816549d2 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -6507,7 +6507,7 @@ If BEG is bigger than END we return 0." (defun allout-mark-marker (&optional force buffer) "Accommodate the different signature for `mark-marker' across Emacsen. -XEmacs takes two optional args, while mainline GNU Emacs does not, +XEmacs takes two optional args, while Emacs does not, so pass them along when appropriate." (if (featurep 'xemacs) (apply 'mark-marker force buffer) -- 2.39.2