changeset 19527:cec6bad39e23

(use-hard-newlines): Un-customized.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Aug 1997 17:06:01 +0000
parents bbad6a02f725
children 8fc9b5fc7633
files lisp/textmodes/paragraphs.el
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el	Mon Aug 25 06:41:17 1997 +0000
+++ b/lisp/textmodes/paragraphs.el	Mon Aug 25 17:06:01 1997 +0000
@@ -34,12 +34,11 @@
   "Paragraph and sentence parsing."
   :group 'editing)
 
-(defcustom use-hard-newlines nil
+;; It isn't useful to use defcustom for this variable
+;; because it is always buffer-local.
+(defvar use-hard-newlines nil
     "Non-nil means to distinguish hard and soft newlines.
-See documentation for the `use-hard-newlines' function."
-    :set '(lambda (symbol value) (use-hard-newlines (or value 0)))
-    :group 'paragraphs
-    :type 'boolean)
+See documentation for the `use-hard-newlines' function.")
 (make-variable-buffer-local 'use-hard-newlines)
 
 (defun use-hard-newlines (&optional arg insert)