From: Glenn Morris Date: Sat, 14 May 2011 20:11:34 +0000 (-0700) Subject: * lisp/allout.el: Comment fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~267 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bda1277befe74f084fda9f0ffe7cc3bc412b99e;p=emacs.git * lisp/allout.el: Comment fix. --- 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)