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:
parent
2cdee799f0
commit
3bda1277be
@ -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…
Reference in New Issue
Block a user