diff options
| author | Joakim Verona | 2011-09-19 11:37:46 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-19 11:37:46 +0200 |
| commit | 4caed0bee59613be5d2a6c4afabcdc43222f953e (patch) | |
| tree | d0c1debf666ef2107492e6cdd2bc8d6bb17de8a2 /lisp/org | |
| parent | c139d20a0c582a2c8fe3766128092c32b692ac23 (diff) | |
| parent | c5b01d8c63cfd14c95a029540a6fb0da84537726 (diff) | |
| download | emacs-4caed0bee59613be5d2a6c4afabcdc43222f953e.tar.gz emacs-4caed0bee59613be5d2a6c4afabcdc43222f953e.zip | |
upstream
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/org/org.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index d63929d794e..1c320f20e51 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * org.el (org-toggle-pretty-entities): Fix typo in message. | ||
| 4 | |||
| 1 | 2011-09-02 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-09-02 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * org-compat.el (org-pop-to-buffer-same-window): Deleted. | 7 | * org-compat.el (org-pop-to-buffer-same-window): Deleted. |
diff --git a/lisp/org/org.el b/lisp/org/org.el index d494bdb28fa..419ff022cf6 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -5660,7 +5660,7 @@ needs to be inserted at a specific position in the font-lock sequence.") | |||
| 5660 | (org-set-local 'org-pretty-entities (not org-pretty-entities)) | 5660 | (org-set-local 'org-pretty-entities (not org-pretty-entities)) |
| 5661 | (org-restart-font-lock) | 5661 | (org-restart-font-lock) |
| 5662 | (if org-pretty-entities | 5662 | (if org-pretty-entities |
| 5663 | (message "Entities are displayed as UTF8 characers") | 5663 | (message "Entities are displayed as UTF8 characters") |
| 5664 | (save-restriction | 5664 | (save-restriction |
| 5665 | (widen) | 5665 | (widen) |
| 5666 | (org-decompose-region (point-min) (point-max)) | 5666 | (org-decompose-region (point-min) (point-max)) |