Mercurial > emacs
comparison lisp/progmodes/cc-vars.el @ 49470:13365bab7fce
(c-require-final-newline): Added a variable to make the initialization of
require-final-newline' more configurable.
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Sun, 26 Jan 2003 21:36:15 +0000 |
parents | 546d8af61357 |
children | 12025f034e10 |
comparison
equal
deleted
inserted
replaced
49469:edde976160fb | 49470:13365bab7fce |
---|---|
700 :group 'c) | 700 :group 'c) |
701 | 701 |
702 (defcustom c-delete-function 'delete-char | 702 (defcustom c-delete-function 'delete-char |
703 "*Function called by `c-electric-delete' when deleting forwards." | 703 "*Function called by `c-electric-delete' when deleting forwards." |
704 :type 'function | 704 :type 'function |
705 :group 'c) | |
706 | |
707 (defcustom c-require-final-newline t | |
708 "*Controls whether a final newline is added to the file when saved. | |
709 This value is given to `require-final-newline' at mode initialization; | |
710 see that variable for details." | |
711 :type 'symbol | |
705 :group 'c) | 712 :group 'c) |
706 | 713 |
707 (defcustom c-electric-pound-behavior nil | 714 (defcustom c-electric-pound-behavior nil |
708 "*List of behaviors for electric pound insertion. | 715 "*List of behaviors for electric pound insertion. |
709 Only currently supported behavior is `alignleft'." | 716 Only currently supported behavior is `alignleft'." |