Index: emacs/lisp/progmodes/scheme.el
diff -c emacs/lisp/progmodes/scheme.el:1.51 emacs/lisp/progmodes/scheme.el:1.52
*** emacs/lisp/progmodes/scheme.el:1.51 Thu Mar 31 18:59:50 2005
--- emacs/lisp/progmodes/scheme.el      Mon Jul  4 03:22:03 2005
***************
*** 82,88 ****
      (modify-syntax-entry ?\n ">   " st)
      (modify-syntax-entry ?\f "    " st)
      (modify-syntax-entry ?\r "    " st)
!     (modify-syntax-entry ?  "    " st)
  
      ;; These characters are delimiters but otherwise undefined.
      ;; Brackets and braces balance for editing convenience.
--- 82,88 ----
      (modify-syntax-entry ?\n ">   " st)
      (modify-syntax-entry ?\f "    " st)
      (modify-syntax-entry ?\r "    " st)
!     (modify-syntax-entry ?\s "    " st)
  
      ;; These characters are delimiters but otherwise undefined.
      ;; Brackets and braces balance for editing convenience.
***************
*** 228,234 ****
    (run-mode-hooks 'scheme-mode-hook))
  
  (defgroup scheme nil
!   "Editing Scheme code"
    :group 'lisp)
  
  (defcustom scheme-mit-dialect t
--- 228,234 ----
    (run-mode-hooks 'scheme-mode-hook))
  
  (defgroup scheme nil
!   "Editing Scheme code."
    :group 'lisp)
  
  (defcustom scheme-mit-dialect t


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to