[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el |
Date: |
Mon, 27 Jan 2003 03:39:48 -0500 |
Index: emacs/lisp/progmodes/cc-vars.el
diff -c emacs/lisp/progmodes/cc-vars.el:1.24
emacs/lisp/progmodes/cc-vars.el:1.25
*** emacs/lisp/progmodes/cc-vars.el:1.24 Wed Dec 4 06:49:10 2002
--- emacs/lisp/progmodes/cc-vars.el Sun Jan 26 16:36:15 2003
***************
*** 704,709 ****
--- 704,716 ----
:type 'function
:group 'c)
+ (defcustom c-require-final-newline t
+ "*Controls whether a final newline is added to the file when saved.
+ This value is given to `require-final-newline' at mode initialization;
+ see that variable for details."
+ :type 'symbol
+ :group 'c)
+
(defcustom c-electric-pound-behavior nil
"*List of behaviors for electric pound insertion.
Only currently supported behavior is `alignleft'."