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

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

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

revision 1.11 by dak, Fri Feb 18 14:28:24 2005 UTC revision 1.12 by lute, Thu May 26 16:39:28 2005 UTC
# Line 998  Turning on Metafont mode calls the value Line 998  Turning on Metafont mode calls the value
998    (setq meta-complete-list    (setq meta-complete-list
999          (list (list "\\<\\(\\sw+\\)" 1 'meta-symbol-list)          (list (list "\\<\\(\\sw+\\)" 1 'meta-symbol-list)
1000                (list "" 'ispell-complete-word)))                (list "" 'ispell-complete-word)))
1001    (run-hooks 'meta-common-mode-hook 'metafont-mode-hook))    (run-mode-hooks 'meta-common-mode-hook 'metafont-mode-hook))
1002    
1003  ;;;###autoload  ;;;###autoload
1004  (defun metapost-mode ()  (defun metapost-mode ()
# Line 1023  Turning on MetaPost mode calls the value Line 1023  Turning on MetaPost mode calls the value
1023    (setq meta-complete-list    (setq meta-complete-list
1024          (list (list "\\<\\(\\sw+\\)" 1 'meta-symbol-list)          (list (list "\\<\\(\\sw+\\)" 1 'meta-symbol-list)
1025                (list "" 'ispell-complete-word)))                (list "" 'ispell-complete-word)))
1026    (run-hooks 'meta-common-mode-hook 'metapost-mode-hook))    (run-mode-hooks 'meta-common-mode-hook 'metapost-mode-hook))
1027    
1028    
1029  ;;; Just in case ...  ;;; Just in case ...

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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