aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/sc.el2
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.")
434(defun sc-mark () 434(defun sc-mark ()
435 "Mark compatibility between emacs v18 and v19." 435 "Mark compatibility between emacs v18 and v19."
436 (let ((zmacs-regions nil)) 436 (let ((zmacs-regions nil))
437 (mark))) 437 (marker-position (mark-marker))))
438 438
439(defun sc-update-gal (attribution) 439(defun sc-update-gal (attribution)
440 "Update the information alist. 440 "Update the information alist.