X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/16c1ddc2d581c920316b7886179a07850ecaf798..19998f14b67de66754081cacdbca5668680c41ba:/lisp/face-remap.el diff --git a/lisp/face-remap.el b/lisp/face-remap.el index f87a86c70a..369a265d43 100644 --- a/lisp/face-remap.el +++ b/lisp/face-remap.el @@ -1,6 +1,6 @@ ;;; face-remap.el --- Functions for managing `face-remapping-alist' ;; -;; Copyright (C) 2008 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. ;; ;; Author: Miles Bader ;; Keywords: faces face remapping display user commands @@ -188,7 +188,8 @@ not inherit from the global definition of FACE." "Scale factor used by `text-scale-mode'. Each positive or negative step scales the default face height by this amount." :group 'display - :type 'number) + :type 'number + :version "23.1") ;; current remapping cookie for text-scale-mode (defvar text-scale-mode-remapping nil) @@ -310,7 +311,8 @@ a top-level keymap, `text-scale-increase' or It may contain any value suitable for a `face' text property, including a face name, a list of face names, a face-attribute plist, etc." - :group 'display) + :group 'display + :version "23.1") ;; current remapping cookie for buffer-face-mode (defvar buffer-face-mode-remapping nil)