aboutsummaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-02-21 13:44:04 +0100
committerGravatar Tom Willemse2016-02-21 13:44:04 +0100
commit3838e71b90b62594e1de4df65c75c0d2264421a9 (patch)
treeb0ffc62a9b7551c37109ebaa7558cc85b3b1c280 /mode-icons.el
parenta561df40b1cd811a5b7e28b16b25a7a69ab98cd9 (diff)
downloadmode-icons-3838e71b90b62594e1de4df65c75c0d2264421a9.tar.gz
mode-icons-3838e71b90b62594e1de4df65c75c0d2264421a9.zip
Remove trailing spaces
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/mode-icons.el b/mode-icons.el
index 36ca702..0d804fd 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -91,7 +91,7 @@ even if the user undoes the command which set them.
This macro should ALWAYS be placed around \"temporary\" internal buffer
changes \(like adding a newline to calculate a text-property then
deleting it again\), so that the user never sees them on his
-`buffer-undo-list'.
+`buffer-undo-list'.
However, any user-visible changes to the buffer \(like auto-newlines\)
must not be within a `ergoemacs-save-buffer-state', since the user then
@@ -235,7 +235,7 @@ without the extension. And the third being the type of icon."
(const :tag "xbm" xbm)
(const :tag "xpm" xpm))))
:group 'mode-icons)
-
+
(defun mode-icons-get-icon-display (icon type)
"Get the value for the display property of ICON having TYPE.
@@ -706,7 +706,7 @@ STRING is the string to modify, or if absent, the value from `mode-line-eol-desc
(setcar place-narrow mode-icons--narrow-backup-construct))
(when place-ro
(setcar place-ro mode-icons--read-only-backup-construct))
- (when place-mod
+ (when place-mod
(setcar place-mod mode-icons--modified-backup-construct))
(when place-eol
(setcar place-eol mode-icons--backup-eol-construct)))))