emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108322: * lisp/hi-lock.el (hi-loc


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108322: * lisp/hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
Date: Fri, 02 Nov 2012 02:01:26 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108322
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2012-05-21 00:33:54 -0400
message:
  * lisp/hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
modified:
  lisp/ChangeLog
  lisp/hi-lock.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-05-21 04:28:41 +0000
+++ b/lisp/ChangeLog    2012-05-21 04:33:54 +0000
@@ -1,5 +1,7 @@
 2012-05-21  Stefan Monnier  <address@hidden>
 
+       * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
+
        * progmodes/compile.el (compilation-error-regexp-alist-alist):
        Simplify Maven regexp, and make sure the file can't start with a space
        (bug#11517).
@@ -18,10 +20,11 @@
 
        * calc/calc.el (calc-ensure-consistent-units): New variable.
 
-       * calc/calc-units.el (math-consistent-units-p, 
math-check-unit-consistency):
-       New functions.
-       (calc-quick-units, calc-convert-units): Use 
`math-check-unit-consistency' when
-       `calc-ensure-consistent-units' is non-nil.
+       * calc/calc-units.el (math-consistent-units-p)
+       (math-check-unit-consistency): New functions.
+       (calc-quick-units, calc-convert-units):
+       Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
+       is non-nil.
        (calc-extract-units): Fix typo.
 
 2012-05-18  Stefan Monnier  <address@hidden>

=== modified file 'lisp/hi-lock.el'
--- a/lisp/hi-lock.el   2012-01-19 07:21:25 +0000
+++ b/lisp/hi-lock.el   2012-05-21 04:33:54 +0000
@@ -204,16 +204,15 @@
 (defvar hi-lock-interactive-patterns nil
   "Patterns provided to hi-lock by user.  Should not be changed.")
 
+(define-obsolete-variable-alias 'hi-lock-face-history
+                                'hi-lock-face-defaults "23.1")
 (defvar hi-lock-face-defaults
   '("hi-yellow" "hi-pink" "hi-green" "hi-blue" "hi-black-b"
     "hi-blue-b" "hi-red-b" "hi-green-b" "hi-black-hb")
   "Default faces for hi-lock interactive functions.")
 
-;(dolist (f hi-lock-face-defaults) (unless (facep f) (error "%s not a face" 
f)))
-
-(define-obsolete-variable-alias 'hi-lock-face-history
-                                'hi-lock-face-defaults
-                                "23.1")
+;;(dolist (f hi-lock-face-defaults)
+;;  (unless (facep f) (error "%s not a face" f)))
 
 (define-obsolete-variable-alias 'hi-lock-regexp-history
                                 'regexp-history


reply via email to

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