emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoloading ps-mode


From: Markus Rost
Subject: autoloading ps-mode
Date: Sun, 1 Jun 2003 23:14:44 -0400 (EDT)

Do C-h f ps-mode.  You get the help buffer

===Buffer *Help*============================================
ps-mode is an interactive autoloaded Lisp function in `ps-mode'.
[Arg list not available until function definition is loaded.]

Major mode for editing PostScript with GNU Emacs.

[back]
============================================================

with the ugly line [Arg list not available...].  Let me if I should
install the following simple fix.

===Buffer *diff*============================================
cd /home/rost/cvs/emacs/lisp/progmodes/
diff -c /home/rost/cvs/emacs/lisp/progmodes/ps-mode.el 
/tmp/buffer-content-6424wva
*** /home/rost/cvs/emacs/lisp/progmodes/ps-mode.el      Sun Mar  3 17:21:08 2002
--- /tmp/buffer-content-6424wva Sun Jun  1 23:07:43 2003
***************
*** 481,488 ****
  
  ;; PostScript mode.
  
! ;;;###autoload (autoload (quote ps-mode) "ps-mode" "Major mode for editing 
PostScript with GNU Emacs.\n" t)
! 
  (define-derived-mode ps-mode fundamental-mode "PostScript"
    "Major mode for editing PostScript with GNU Emacs.
  
--- 481,487 ----
  
  ;; PostScript mode.
  
! ;;;###autoload
  (define-derived-mode ps-mode fundamental-mode "PostScript"
    "Major mode for editing PostScript with GNU Emacs.
  

Diff finished at Sun Jun  1 23:07:44

============================================================




reply via email to

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