diff options
| author | Dale Sedivec | 2013-02-28 22:43:57 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-02-28 22:43:57 -0500 |
| commit | 4a83d19e56d3d13f254b406fcd569ba9b5fe0cfd (patch) | |
| tree | 371b5d15b44074c135af691fa9ab983375e24c43 /lisp/ChangeLog | |
| parent | 9d232fc451d9abc3e3ee3eead61176067470b24e (diff) | |
| download | emacs-4a83d19e56d3d13f254b406fcd569ba9b5fe0cfd.tar.gz emacs-4a83d19e56d3d13f254b406fcd569ba9b5fe0cfd.zip | |
* lisp/textmodes/sgml-mode.el (sgml-syntax-propertize-function):
Return valid syntax-table property value when converting
quotes within text from string syntax to punctuation syntax.
Fixes: debbugs:13844
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44109a5095f..5ce0e6b597a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-02-28 Dale Sedivec <dale@codefu.org> | ||
| 2 | |||
| 3 | * textmodes/sgml-mode.el (sgml-syntax-propertize-function): | ||
| 4 | Return valid syntax-table property value when converting | ||
| 5 | quotes within text from string syntax to punctuation syntax (bug#13844). | ||
| 6 | |||
| 1 | 2013-02-28 Juri Linkov <juri@jurta.org> | 7 | 2013-02-28 Juri Linkov <juri@jurta.org> |
| 2 | 8 | ||
| 3 | * dired-aux.el (dired-diff): If file at point is a backup file, | 9 | * dired-aux.el (dired-diff): If file at point is a backup file, |