/[emacs]/emacs/lisp/progmodes/mixal-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/mixal-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by miles, Mon Sep 1 15:45:35 2003 UTC revision 1.3 by rms, Fri Dec 31 14:54:29 2004 UTC
# Line 1303  The converted character representation i Line 1303  The converted character representation i
1303    (set (make-local-variable 'compile-command) (concat "mixasm -g "    (set (make-local-variable 'compile-command) (concat "mixasm -g "
1304                                                        buffer-file-name))                                                        buffer-file-name))
1305    ;; mixasm will do strange when there is no final newline,    ;; mixasm will do strange when there is no final newline,
1306    ;; let emacs ensure that it is always there    ;; so let Emacs ensure that it is always there
1307    (set (make-local-variable 'require-final-newline) t))    (set (make-local-variable 'require-final-newline)
1308           mode-require-final-newline))
1309    
1310  ;;;###autoload  ;;;###autoload
1311  (add-to-list 'auto-mode-alist '("\\.mixal\\'" . mixal-mode))  (add-to-list 'auto-mode-alist '("\\.mixal\\'" . mixal-mode))

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26