emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/sgml-mode.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/sgml-mode.el
Date: Thu, 28 Feb 2002 21:29:13 -0500

Index: emacs/lisp/textmodes/sgml-mode.el
diff -c emacs/lisp/textmodes/sgml-mode.el:1.64 
emacs/lisp/textmodes/sgml-mode.el:1.65
*** emacs/lisp/textmodes/sgml-mode.el:1.64      Thu Nov  1 14:35:05 2001
--- emacs/lisp/textmodes/sgml-mode.el   Thu Feb 28 11:14:15 2002
***************
*** 59,65 ****
  ;; kludgy kind of tradeoff.
  (defvar sgml-specials '(?\")
    "List of characters that have a special meaning for SGML mode.
! This list is used when first loading the sgml-mode library.
  The supported characters and potential disadvantages are:
  
    ?\\\"       Makes \" in text start a string.
--- 59,65 ----
  ;; kludgy kind of tradeoff.
  (defvar sgml-specials '(?\")
    "List of characters that have a special meaning for SGML mode.
! This list is used when first loading the `sgml-mode' library.
  The supported characters and potential disadvantages are:
  
    ?\\\"       Makes \" in text start a string.
***************
*** 75,81 ****
  
  (defvar sgml-quick-keys nil
    "Use <, >, &, SPC and `sgml-specials' keys \"electrically\" when non-nil.
! This takes effect when first loading the sgml-mode library.")
  
  
  (defvar sgml-mode-map
--- 75,81 ----
  
  (defvar sgml-quick-keys nil
    "Use <, >, &, SPC and `sgml-specials' keys \"electrically\" when non-nil.
! This takes effect when first loading the `sgml-mode' library.")
  
  
  (defvar sgml-mode-map



reply via email to

[Prev in Thread] Current Thread [Next in Thread]