diff options
| -rw-r--r-- | lisp/files.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index 26f229ec981..ff4ccec2279 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -322,8 +322,7 @@ from `mode-require-final-newline'." | |||
| 322 | (const :tag "When visiting or saving" visit-save) | 322 | (const :tag "When visiting or saving" visit-save) |
| 323 | (const :tag "Don't add newlines" nil) | 323 | (const :tag "Don't add newlines" nil) |
| 324 | (other :tag "Ask each time" ask)) | 324 | (other :tag "Ask each time" ask)) |
| 325 | :group 'editing-basics | 325 | :group 'editing-basics) |
| 326 | :version "24.4") | ||
| 327 | 326 | ||
| 328 | (defcustom mode-require-final-newline t | 327 | (defcustom mode-require-final-newline t |
| 329 | "Whether to add a newline at end of file, in certain major modes. | 328 | "Whether to add a newline at end of file, in certain major modes. |