emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Thu, 17 Nov 2005 11:30:55 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.763 emacs/lisp/simple.el:1.764
*** emacs/lisp/simple.el:1.763  Wed Nov 16 22:43:16 2005
--- emacs/lisp/simple.el        Thu Nov 17 16:30:52 2005
***************
*** 348,353 ****
--- 348,355 ----
  
  ;; Making and deleting lines.
  
+ (defvar hard-newline (propertize "\n" 'hard t 'rear-nonsticky '(hard)))
+ 
  (defun newline (&optional arg)
    "Insert a newline, and move to left margin of the new line if it's blank.
  If `use-hard-newlines' is non-nil, the newline is marked with the




reply via email to

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