From: Jani Nikula Date: Sun, 26 Feb 2017 09:28:30 +0000 (+0200) Subject: emacs: use (system-name) instead of system-name X-Git-Tag: 0.24_rc0~27 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=524372de10abafc79ccb4d71eae361cb0da0e6b9;hp=524372de10abafc79ccb4d71eae361cb0da0e6b9 emacs: use (system-name) instead of system-name Fix the deprecation warning: In notmuch-maildir-fcc-make-uniq-maildir-id: emacs/notmuch-maildir-fcc.el:279:53:Warning: ‘system-name’ is an obsolete variable (as of 25.1); use (system-name) instead I've used (system-name) since at least 2011, so it must have been around quite a while. ---