Skip to content

Commit

Permalink
Change temporary buffer name according naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Nov 6, 2024
1 parent e9b11dd commit 39c5687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- Apply url-unescape against URL in an inline link [GH-805][]
- Show mode toggle message only if it is called interactively
- Copy `markdown-css-paths` in the output buffer [GH-834][]
- Change temporary buffer name according to the Emacs naming convention [GH-848][]

[gh-780]: https://github.com/jrblevin/markdown-mode/issues/780
[gh-802]: https://github.com/jrblevin/markdown-mode/issues/802
Expand All @@ -34,6 +35,7 @@
[gh-817]: https://github.com/jrblevin/markdown-mode/issues/817
[gh-827]: https://github.com/jrblevin/markdown-mode/issues/827
[gh-834]: https://github.com/jrblevin/markdown-mode/issues/834
[gh-845]: https://github.com/jrblevin/markdown-mode/issues/845
[gh-848]: https://github.com/jrblevin/markdown-mode/issues/848

# Markdown Mode 2.6
Expand Down
2 changes: 1 addition & 1 deletion markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -9152,7 +9152,7 @@ position."
(remove-text-properties start end '(face nil))
(with-current-buffer
(get-buffer-create
(concat " markdown-code-fontification:" (symbol-name lang-mode)))
(format " *markdown-code-fontification:%s*" (symbol-name lang-mode)))
;; Make sure that modification hooks are not inhibited in
;; the org-src-fontification buffer in case we're called
;; from `jit-lock-function' (Bug#25132).
Expand Down

0 comments on commit 39c5687

Please sign in to comment.