aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-05-20 16:12:30 -0400
committerStefan Monnier2014-05-20 16:12:30 -0400
commit0a5cfeeecb9e1038f9df3b34b61b797e56213a7b (patch)
tree73ed79276cb663c3e73e78d78857e76f4c9fdde1 /lisp/ChangeLog
parent7b952d6142f5c611312761c0ad853deb453bbe88 (diff)
downloademacs-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/ChangeLog8
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 @@
12014-05-20 Stefan Monnier <monnier@iro.umontreal.ca> 12014-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
52014-05-18 Stefan Monnier <monnier@iro.umontreal.ca> 132014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>