Index: emacs/lisp/progmodes/ld-script.el
diff -c emacs/lisp/progmodes/ld-script.el:1.3 
emacs/lisp/progmodes/ld-script.el:1.4
*** emacs/lisp/progmodes/ld-script.el:1.3       Mon Sep 22 12:35:28 2003
--- emacs/lisp/progmodes/ld-script.el   Wed Jun 15 00:17:41 2005
***************
*** 1,6 ****
  ;;; ld-script.el --- GNU linker script editing mode for Emacs
  
! ;; Copyright (C) 2003 Free Software Foundation, Inc.
  
  ;; Author: Masatake YAMATO<[EMAIL PROTECTED]>
  ;; Keywords: languages, faces
--- 1,6 ----
  ;;; ld-script.el --- GNU linker script editing mode for Emacs
  
! ;; Copyright (C) 2003, 2005 Free Software Foundation, Inc.
  
  ;; Author: Masatake YAMATO<[EMAIL PROTECTED]>
  ;; Keywords: languages, faces
***************
*** 34,44 ****
    :prefix "ld-script-"
    :group 'languages)
  
! (defvar ld-script-location-counter-face 'ld-script-location-counter-face)
! (defface ld-script-location-counter-face
    '((t (:weight bold :inherit font-lock-builtin-face)))
    "Face for location counter in GNU ld script."
    :group 'ld-script)
  
  ;; Syntax rules
  (defvar ld-script-mode-syntax-table
--- 34,46 ----
    :prefix "ld-script-"
    :group 'languages)
  
! (defvar ld-script-location-counter-face 'ld-script-location-counter)
! (defface ld-script-location-counter
    '((t (:weight bold :inherit font-lock-builtin-face)))
    "Face for location counter in GNU ld script."
    :group 'ld-script)
+ ;; backward-compatibility alias
+ (put 'ld-script-location-counter-face 'face-alias 'ld-script-location-counter)
  
  ;; Syntax rules
  (defvar ld-script-mode-syntax-table


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to