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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/asm-mode.el [lexbind]
Date: Mon, 25 Oct 2004 00:42:45 -0400

Index: emacs/lisp/progmodes/asm-mode.el
diff -c emacs/lisp/progmodes/asm-mode.el:1.21.18.2 
emacs/lisp/progmodes/asm-mode.el:1.21.18.3
*** emacs/lisp/progmodes/asm-mode.el:1.21.18.2  Tue Oct 14 23:30:15 2003
--- emacs/lisp/progmodes/asm-mode.el    Mon Oct 25 04:22:29 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]