* lisp/allout.el: Comment fix.
This commit is contained in:
parent
2cdee799f0
commit
3bda1277be
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue