diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -119,6 +119,12 @@ non-nil, they output the same results. | |||
| 119 | ** `eval-defun' on an already defined defcustom calls the :set function, | 119 | ** `eval-defun' on an already defined defcustom calls the :set function, |
| 120 | if there is one. | 120 | if there is one. |
| 121 | 121 | ||
| 122 | ** A zero prefix arg of `eval-last-sexp' (`C-x C-e'), | ||
| 123 | `eval-expression' (`M-:') and `eval-print-last-sexp' (`C-j') inserts | ||
| 124 | a list with no limit on its length and level (by using nil values of | ||
| 125 | `print-length' and `print-level'), and inserts additional formats for | ||
| 126 | integers (octal, hexadecimal, and character). | ||
| 127 | |||
| 122 | ** If the new variable `enable-dir-local-variables' is nil, | 128 | ** If the new variable `enable-dir-local-variables' is nil, |
| 123 | directory local variables are ignored. May be useful for some modes | 129 | directory local variables are ignored. May be useful for some modes |
| 124 | that want to ignore directory-locals while still respecting file-locals. | 130 | that want to ignore directory-locals while still respecting file-locals. |