projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cdee79
)
* lisp/allout.el: Comment fix.
author
Glenn Morris
<rgm@gnu.org>
Sat, 14 May 2011 20:11:34 +0000
(13:11 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 14 May 2011 20:11:34 +0000
(13:11 -0700)
lisp/allout.el
patch
|
blob
|
history
diff --git
a/lisp/allout.el
b/lisp/allout.el
index 736ec42718b0953ee58e64f243b317161718d927..16a816549d24865b6157a517781befd4350d1073 100644
(file)
--- 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)