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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/asm-mode.el
Date: Sat, 16 Jul 2005 14:41:15 -0400

Index: emacs/lisp/progmodes/asm-mode.el
diff -c emacs/lisp/progmodes/asm-mode.el:1.31 
emacs/lisp/progmodes/asm-mode.el:1.32
*** emacs/lisp/progmodes/asm-mode.el:1.31       Mon Jul  4 16:59:18 2005
--- emacs/lisp/progmodes/asm-mode.el    Sat Jul 16 18:41:15 2005
***************
*** 204,210 ****
    (let (comempty comment)
      (save-excursion
        (beginning-of-line)
!       (setq comment (comment-search-forward (line-end-position) t))
        (setq comempty (looking-at "[ \t]*$")))
  
    (cond
--- 204,211 ----
    (let (comempty comment)
      (save-excursion
        (beginning-of-line)
!       (with-no-warnings
!       (setq comment (comment-search-forward (line-end-position) t)))
        (setq comempty (looking-at "[ \t]*$")))
  
    (cond




reply via email to

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