emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116512: lisp/w32-vars.el (w32-enable-synthesized-fo


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116512: lisp/w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
Date: Fri, 21 Feb 2014 14:26:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116512
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-21 15:26:17 +0100
message:
  lisp/w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
  It has done nothing for years; should be removed after the release.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/w32-vars.el               w32vars.el-20091113204419-o5vbwnq5f7feedwu-2375
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-21 13:22:14 +0000
+++ b/lisp/ChangeLog    2014-02-21 14:26:17 +0000
@@ -1,5 +1,8 @@
 2014-02-21  Juanma Barranquero  <address@hidden>
 
+       * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
+       It has done nothing for years; should be removed after the release.
+
        * simple.el (choose-completion): Fix docstring typo.
        (read-quoted-char-radix): Remove unneeded * in docstring.
        (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):

=== modified file 'lisp/w32-vars.el'
--- a/lisp/w32-vars.el  2014-01-01 07:43:34 +0000
+++ b/lisp/w32-vars.el  2014-02-21 14:26:17 +0000
@@ -149,6 +149,8 @@
                      (string :tag "Font")))))))
     :group 'w32)
 
+(make-obsolete-variable 'w32-enable-synthesized-fonts nil "24.4")
+
 (provide 'w32-vars)
 
 ;;; w32-vars.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]