[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/cus-edit.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/cus-edit.el |
Date: |
Fri, 10 Jun 2005 10:01:48 -0400 |
Index: emacs/lisp/cus-edit.el
diff -c emacs/lisp/cus-edit.el:1.223 emacs/lisp/cus-edit.el:1.224
*** emacs/lisp/cus-edit.el:1.223 Fri Jun 10 07:16:58 2005
--- emacs/lisp/cus-edit.el Fri Jun 10 14:01:47 2005
***************
*** 417,423 ****
:group 'development)
(defgroup minibuffer nil
! "Controling the behaviour of the minibuffer."
:link '(custom-manual "(emacs)Minibuffer")
:group 'environment)
--- 417,423 ----
:group 'development)
(defgroup minibuffer nil
! "Controling the behavior of the minibuffer."
:link '(custom-manual "(emacs)Minibuffer")
:group 'environment)
***************
*** 2187,2193 ****
(:foreground "blue1" :weight bold :height 1.2 :inherit variable-pitch))
(((class color)
(background light))
! (:foreground "blue" :weight bold :height 1.2 :inherit variable-pitch))
(t (:weight bold)))
"Face used for unpushable variable tags."
:group 'custom-faces)
--- 2187,2193 ----
(:foreground "blue1" :weight bold :height 1.2 :inherit variable-pitch))
(((class color)
(background light))
! (:foreground "blue" :weight bold :height 1.2 :inherit variable-pitch))
(t (:weight bold)))
"Face used for unpushable variable tags."
:group 'custom-faces)