From 39def76c4fbc08f899d76319be7629d062869727 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Aug 1997 17:06:01 +0000 Subject: (use-hard-newlines): Un-customized. --- lisp/textmodes/paragraphs.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index ffb03724781..c0199b435df 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -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) -- cgit v1.2.1