diff options
| author | Dave Love | 2000-06-09 10:23:46 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-09 10:23:46 +0000 |
| commit | 40e857ea320401b9f81768dc694ce820aab75d23 (patch) | |
| tree | afb4a795d0d6d92a992c252da41c609fd50db1e6 | |
| parent | cc7e1d188e2c0dec2a6f72c21bd79fdbd43bd10a (diff) | |
| download | emacs-40e857ea320401b9f81768dc694ce820aab75d23.tar.gz emacs-40e857ea320401b9f81768dc694ce820aab75d23.zip | |
executable-make-buffer-file-executable-if-script-p
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -16,6 +16,9 @@ images and toolkit scrollbars. Use the --help option to list them. | |||
| 16 | 16 | ||
| 17 | * Changes in Emacs 21.1 | 17 | * Changes in Emacs 21.1 |
| 18 | 18 | ||
| 19 | ** New function executable-make-buffer-file-executable-if-script-p is | ||
| 20 | suitable as an after-save-hook as an alternative to executable-chmod. | ||
| 21 | |||
| 19 | ** The most preferred coding-system is now used to save a buffer if | 22 | ** The most preferred coding-system is now used to save a buffer if |
| 20 | buffer-file-coding-system is `undecided' and it is safe for the buffer | 23 | buffer-file-coding-system is `undecided' and it is safe for the buffer |
| 21 | contents. (The most preferred is set by set-language-environment or | 24 | contents. (The most preferred is set by set-language-environment or |
| @@ -412,7 +415,7 @@ Faces with a weight greater than normal are displayed extra-bright, if | |||
| 412 | the terminal supports it. Faces with a weight less than normal and | 415 | the terminal supports it. Faces with a weight less than normal and |
| 413 | italic faces are displayed dimmed, if the terminal supports it. | 416 | italic faces are displayed dimmed, if the terminal supports it. |
| 414 | Underlined faces are displayed underlined if possible. Other face | 417 | Underlined faces are displayed underlined if possible. Other face |
| 415 | attributes like overlines, strike-throught, box are ignored. | 418 | attributes like overlines, strike-through, box are ignored. |
| 416 | 419 | ||
| 417 | ** Sound support | 420 | ** Sound support |
| 418 | 421 | ||