diff options
| author | Robert Brown (tiny change) | 2014-06-19 10:03:45 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-06-19 10:03:45 -0400 |
| commit | 96db005527ef9d9c45c5ec8e91b01e91ee37a7fd (patch) | |
| tree | 9c60f1c41d1537d22f06fec7dd8cdb3608528e9c /etc | |
| parent | 483d1ab6c84b2d6c7169870d99abf7e2a10dab31 (diff) | |
| download | emacs-96db005527ef9d9c45c5ec8e91b01e91ee37a7fd.tar.gz emacs-96db005527ef9d9c45c5ec8e91b01e91ee37a7fd.zip | |
* etc/NEWS: New Tramp method "nc".
* lisp/emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
(lisp-string-in-doc-position-p): New function, extracted from
lisp-font-lock-syntactic-face-function.
(lisp-font-lock-syntactic-face-function): Use them.
Fixes: debbugs:9130
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -72,6 +72,9 @@ performance improvements when pasting large amounts of text. | |||
| 72 | 72 | ||
| 73 | * Changes in Specialized Modes and Packages in Emacs 24.5 | 73 | * Changes in Specialized Modes and Packages in Emacs 24.5 |
| 74 | 74 | ||
| 75 | ** Lisp mode | ||
| 76 | *** Strings after `:documentation' are highlighted as docstrings. | ||
| 77 | |||
| 75 | ** Rectangle editing | 78 | ** Rectangle editing |
| 76 | *** Rectangle Mark mode can have corners past EOL or in the middle of a TAB. | 79 | *** Rectangle Mark mode can have corners past EOL or in the middle of a TAB. |
| 77 | *** C-x C-x in rectangle-mark-mode now cycles through the four corners. | 80 | *** C-x C-x in rectangle-mark-mode now cycles through the four corners. |