Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2015-08-14 02:04:13 +02:00
commit f6be2b5aa3
1 changed files with 2 additions and 1 deletions

View File

@ -15315,7 +15315,8 @@ Returns the new tags string, or nil to not change the current settings."
"Tag: "
(or buffer-tags
(with-current-buffer buf
(org-get-buffer-tags)))))
(setq buffer-tags
(org-get-buffer-tags))))))
(quit (setq tg "")))
(when (string-match "\\S-" tg)
(add-to-list 'buffer-tags (list tg))