emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/asm-mode.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/asm-mode.el
Date: Sat, 23 Oct 2004 18:11:06 -0400

Index: emacs/lisp/progmodes/asm-mode.el
diff -c emacs/lisp/progmodes/asm-mode.el:1.28 
emacs/lisp/progmodes/asm-mode.el:1.29
*** emacs/lisp/progmodes/asm-mode.el:1.28       Mon Sep  1 15:45:34 2003
--- emacs/lisp/progmodes/asm-mode.el    Sat Oct 23 22:02:56 2004
***************
*** 90,96 ****
      2 font-lock-keyword-face)
     ;; directive started from ".".
     ("^\\(\\.\\(\\sw\\|\\s_\\)+\\)\\>[^:]?"
!     1 font-lock-keyword-face))
   "Additional expressions to highlight in Assembler mode.")
  
  ;;;###autoload
--- 90,98 ----
      2 font-lock-keyword-face)
     ;; directive started from ".".
     ("^\\(\\.\\(\\sw\\|\\s_\\)+\\)\\>[^:]?"
!     1 font-lock-keyword-face)
!    ;; %register
!    ("%\\sw+" . font-lock-variable-name-face))
   "Additional expressions to highlight in Assembler mode.")
  
  ;;;###autoload




reply via email to

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