diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-08 16:28:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-08 16:28:28 +0000 |
commit | 5ef4613c56ddca0fc262ff603202f89d746fa0e8 (patch) | |
tree | 432f2c3cf885b93b57f84ef82e2a644dcac4c231 /lisp/sc.el | |
parent | 38fdf675940decb45005128552322bb00cc132f8 (diff) | |
download | emacs-5ef4613c56ddca0fc262ff603202f89d746fa0e8.tar.gz |
(sc-mark): Use mark-marker.
Diffstat (limited to 'lisp/sc.el')
-rw-r--r-- | lisp/sc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/sc.el b/lisp/sc.el index fea88572bfa..313cbe2449d 100644 --- a/lisp/sc.el +++ b/lisp/sc.el @@ -434,7 +434,7 @@ Runs after sc-cite-original executes.") (defun sc-mark () "Mark compatibility between emacs v18 and v19." (let ((zmacs-regions nil)) - (mark))) + (marker-position (mark-marker)))) (defun sc-update-gal (attribution) "Update the information alist. |