/[emacs]/emacs/lisp/allout.el
ViewVC logotype

Diff of /emacs/lisp/allout.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by lektu, Wed Jul 3 13:19:13 2002 UTC revision 1.34 by lektu, Fri Aug 30 11:03:28 2002 UTC
# Line 4729  function.  If HOOK is void, it is first Line 4729  function.  If HOOK is void, it is first
4729                 (if append                 (if append
4730                     (nconc (symbol-value hook) (list function))                     (nconc (symbol-value hook) (list function))
4731                   (cons function (symbol-value hook)))))))                   (cons function (symbol-value hook)))))))
4732  ;;;_  : my-mark-marker to accomodate divergent emacsen:  ;;;_  : my-mark-marker to accommodate divergent emacsen:
4733  (defun my-mark-marker (&optional force buffer)  (defun my-mark-marker (&optional force buffer)
4734    "Accomodate the different signature for mark-marker across emacsen.    "Accommodate the different signature for mark-marker across emacsen.
4735    
4736  GNU XEmacs takes two optional args, while mainline GNU Emacs does not,  GNU XEmacs takes two optional args, while mainline GNU Emacs does not,
4737  so pass them along when appropriate."  so pass them along when appropriate."

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26