move setting of require-final-newline from default.el to a comment in
default .emacs (Ralph Loader, #119141)
This commit is contained in:
parent
61f4bac6d7
commit
f731541162
@ -4,9 +4,6 @@
|
|||||||
;;; prevents loading of this file. Also the "-q" option to emacs
|
;;; prevents loading of this file. Also the "-q" option to emacs
|
||||||
;;; prevents both "~/.emacs" and this file from being loaded at startup.
|
;;; prevents both "~/.emacs" and this file from being loaded at startup.
|
||||||
|
|
||||||
;; always end a file with a newline
|
|
||||||
(setq require-final-newline 'query)
|
|
||||||
|
|
||||||
(when window-system
|
(when window-system
|
||||||
;; enable wheelmouse support by default
|
;; enable wheelmouse support by default
|
||||||
(mwheel-install)
|
(mwheel-install)
|
||||||
|
@ -16,3 +16,7 @@
|
|||||||
|
|
||||||
;; default to unified diffs
|
;; default to unified diffs
|
||||||
(setq diff-switches "-u")
|
(setq diff-switches "-u")
|
||||||
|
|
||||||
|
;; always end a file with a newline
|
||||||
|
;(setq require-final-newline 'query)
|
||||||
|
|
||||||
|
@ -420,6 +420,10 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2005 Jens Petersen <petersen@redhat.com>
|
||||||
|
- move setting of require-final-newline from default.el to a comment in default
|
||||||
|
.emacs (Ralph Loader, 119141)
|
||||||
|
|
||||||
* Wed May 18 2005 Jens Petersen <petersen@redhat.com> - 21.4-5
|
* Wed May 18 2005 Jens Petersen <petersen@redhat.com> - 21.4-5
|
||||||
- update cc-mode to 5.30.9 stable release to address font-lock problems
|
- update cc-mode to 5.30.9 stable release to address font-lock problems
|
||||||
(126165,148977,150197,155292,158044)
|
(126165,148977,150197,155292,158044)
|
||||||
|
Loading…
Reference in New Issue
Block a user