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/mixal-mode.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/mixal-mode.el
Date: Fri, 31 Dec 2004 10:39:22 -0500

Index: emacs/lisp/progmodes/mixal-mode.el
diff -c emacs/lisp/progmodes/mixal-mode.el:1.2 
emacs/lisp/progmodes/mixal-mode.el:1.3
*** emacs/lisp/progmodes/mixal-mode.el:1.2      Mon Sep  1 15:45:35 2003
--- emacs/lisp/progmodes/mixal-mode.el  Fri Dec 31 14:54:29 2004
***************
*** 1303,1310 ****
    (set (make-local-variable 'compile-command) (concat "mixasm -g "
                                                      buffer-file-name))
    ;; mixasm will do strange when there is no final newline,
!   ;; let emacs ensure that it is always there
!   (set (make-local-variable 'require-final-newline) t))
  
  ;;;###autoload
  (add-to-list 'auto-mode-alist '("\\.mixal\\'" . mixal-mode))
--- 1303,1311 ----
    (set (make-local-variable 'compile-command) (concat "mixasm -g "
                                                      buffer-file-name))
    ;; mixasm will do strange when there is no final newline,
!   ;; so let Emacs ensure that it is always there
!   (set (make-local-variable 'require-final-newline)
!        mode-require-final-newline))
  
  ;;;###autoload
  (add-to-list 'auto-mode-alist '("\\.mixal\\'" . mixal-mode))




reply via email to

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