1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

* lisp/allout.el: Comment fix.

This commit is contained in:
Glenn Morris 2011-05-14 13:11:34 -07:00
parent 2cdee799f0
commit 3bda1277be

View File

@ -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)