diff options
| author | Simeon Simeonov | 2017-02-21 08:27:23 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2017-02-21 08:27:23 +0100 |
| commit | 6c9184e45865406de1df73a5b352df16fb55a6dd (patch) | |
| tree | f6c552dff9a5cc9f9bdbb7a0d58ee4ad3b4179d6 /.emacs.d/lisp/yaml-mode.el | |
| parent | d09417873b51c525cdea37fb8d165ae28da4e97a (diff) | |
Update php-mode.el, yaml-mode.el and yasnippet.el
Diffstat (limited to '.emacs.d/lisp/yaml-mode.el')
| -rw-r--r-- | .emacs.d/lisp/yaml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/yaml-mode.el b/.emacs.d/lisp/yaml-mode.el index 44650be..615de6f 100644 --- a/.emacs.d/lisp/yaml-mode.el +++ b/.emacs.d/lisp/yaml-mode.el | |||
| @@ -426,7 +426,7 @@ cross boundaries of block literals." | |||
| 426 | 426 | ||
| 427 | 427 | ||
| 428 | (defun yaml-mode-version () | 428 | (defun yaml-mode-version () |
| 429 | "Diplay version of `yaml-mode'." | 429 | "Display version of `yaml-mode'." |
| 430 | (interactive) | 430 | (interactive) |
| 431 | (message "yaml-mode %s" yaml-mode-version) | 431 | (message "yaml-mode %s" yaml-mode-version) |
| 432 | yaml-mode-version) | 432 | yaml-mode-version) |
