summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs b/.emacs
index f039442..171371f 100644
--- a/.emacs
+++ b/.emacs
@@ -285,9 +285,9 @@
(setq frame-title-format
'(:eval
- (save-match-data
- ((let ((project (my/project-name)))
- (concat (when project (format "[%s] " project)) "%b"))))))
+ (save-match-data ; cf. bug#33697
+ (let ((project (my/project-name)))
+ (concat (when project (format "[%s] " project)) "%b")))))
;; TODO: fringe fun: hideshowvis, git gutter…
;; TODO: decruftify mode-line (e.g. remove superflous parens)