SHA256
1
0
forked from pool/emacs
Dr. Werner Fink 2010-12-21 15:44:03 +00:00 committed by Git OBS Bridge
parent 68bc7e21d7
commit 06f8895358
2 changed files with 10 additions and 1 deletions

View File

@ -139,7 +139,10 @@
(line-number-mode 1)
(global-set-key "\e\?" 'goto-line)
(column-number-mode 1)
(setq-default inhibit-eol-conversion t)
;;
;; User can cutomize that: Just show e.g. DOS files with CR/NL
;; ----------------------
; (setq-default inhibit-eol-conversion t)
(setq-default require-final-newline "ask")
;;
;; Specials for X Window System

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 21 16:42:06 CET 2010 - werner@suse.de
- Do not iset inhibit-eol-conversion, user can customize this
to see the CR/NL at the end of DOS files (bnc#656190)
-------------------------------------------------------------------
Thu Nov 18 11:10:16 CET 2010 - werner@suse.de