aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-06-22 22:47:50 +0000
committerKarl Heuer1999-06-22 22:47:50 +0000
commit3f66fcdb622c0ed8408b45ed04320df7c7b2c4fc (patch)
tree9a6819ab57348240f6f483bbe3015eec99fa707e
parent863312cda6673ae215e55905d7927de589d3c008 (diff)
downloademacs-3f66fcdb622c0ed8408b45ed04320df7c7b2c4fc.tar.gz
emacs-3f66fcdb622c0ed8408b45ed04320df7c7b2c4fc.zip
(sc-emacs-features): Doc fix.
-rw-r--r--lisp/mail/supercite.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index ca6f0a81b36..c2295d5a4b3 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -522,9 +522,9 @@ string."
522 "A list describing what version of Emacs we're running on. 522 "A list describing what version of Emacs we're running on.
523Known flavors are: 523Known flavors are:
524 524
525All GNU18's: (v18 GNU) 525Emacs 18 : (v18 GNU)
526FSF19.x : (v19 GNU) 526Emacs 19 or 20 : (v19 GNU)
527Lucid19.x : (v19 Lucid)") 527Lucid 19 or 20 : (v19 Lucid)")
528 528
529 529
530(defvar sc-tmp-nested-regexp nil 530(defvar sc-tmp-nested-regexp nil
@@ -716,7 +716,7 @@ the list should be unique."
716 (setq event (read-char))) 716 (setq event (read-char)))
717 ((memq 'Lucid sc-emacs-features) 717 ((memq 'Lucid sc-emacs-features)
718 (next-command-event event)) 718 (next-command-event event))
719 (t ; must be FSF19 719 (t ; must be Emacs 19
720 (setq event (read-event)))) 720 (setq event (read-event))))
721 (prog1 quit-flag (setq quit-flag nil))) 721 (prog1 quit-flag (setq quit-flag nil)))
722 (progn 722 (progn
@@ -2012,7 +2012,7 @@ before, and `sc-post-hook' is run after the guts of this function."
2012 ;; this function gets automatically called. we want point to be a 2012 ;; this function gets automatically called. we want point to be a
2013 ;; mark so any deleting before point works properly 2013 ;; mark so any deleting before point works properly
2014 (let* ((zmacs-regions nil) ; for Lemacs 2014 (let* ((zmacs-regions nil) ; for Lemacs
2015 (mark-active t) ; for FSFmacs 2015 (mark-active t) ; for Emacs
2016 (point (point-marker)) 2016 (point (point-marker))
2017 (mark (copy-marker (mark-marker)))) 2017 (mark (copy-marker (mark-marker))))
2018 2018