diff options
| author | Stefan Monnier | 2014-05-20 16:12:30 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-05-20 16:12:30 -0400 |
| commit | 0a5cfeeecb9e1038f9df3b34b61b797e56213a7b (patch) | |
| tree | 73ed79276cb663c3e73e78d78857e76f4c9fdde1 /lisp/ChangeLog | |
| parent | 7b952d6142f5c611312761c0ad853deb453bbe88 (diff) | |
| download | emacs-0a5cfeeecb9e1038f9df3b34b61b797e56213a7b.tar.gz emacs-0a5cfeeecb9e1038f9df3b34b61b797e56213a7b.zip | |
* lisp/progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
#; comments.
(scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
New functions.
(scheme-mode-variables): Set syntax-propertize-function instead of
font-lock-syntactic-face-function.
(scheme-font-lock-syntactic-face-function): Delete.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33700a238e1..9374f20aacc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for | ||
| 4 | #; comments. | ||
| 5 | (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment): | ||
| 6 | New functions. | ||
| 7 | (scheme-mode-variables): Set syntax-propertize-function instead of | ||
| 8 | font-lock-syntactic-face-function. | ||
| 9 | (scheme-font-lock-syntactic-face-function): Delete. | ||
| 10 | |||
| 3 | * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274). | 11 | * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274). |
| 4 | 12 | ||
| 5 | 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca> |