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
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs