diff options
| -rw-r--r-- | lisp/allout.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 6507 | (defun allout-mark-marker (&optional force buffer) | 6507 | (defun allout-mark-marker (&optional force buffer) |
| 6508 | "Accommodate the different signature for `mark-marker' across Emacsen. | 6508 | "Accommodate the different signature for `mark-marker' across Emacsen. |
| 6509 | 6509 | ||
| 6510 | XEmacs takes two optional args, while mainline GNU Emacs does not, | 6510 | XEmacs takes two optional args, while Emacs does not, |
| 6511 | so pass them along when appropriate." | 6511 | so pass them along when appropriate." |
| 6512 | (if (featurep 'xemacs) | 6512 | (if (featurep 'xemacs) |
| 6513 | (apply 'mark-marker force buffer) | 6513 | (apply 'mark-marker force buffer) |