/[emacs]/emacs/lisp/autoinsert.el
ViewVC logotype

Diff of /emacs/lisp/autoinsert.el

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

revision 1.33.2.3 by miles, Tue Apr 27 14:08:29 2004 UTC revision 1.33.2.4 by miles, Wed Dec 8 23:31:42 2004 UTC
# Line 167  If this contains a %s, that will be repl Line 167  If this contains a %s, that will be repl
167       ";;; " (file-name-nondirectory (buffer-file-name)) " --- " str "       ";;; " (file-name-nondirectory (buffer-file-name)) " --- " str "
168    
169  ;; Copyright (C) " (substring (current-time-string) -4) "  "  ;; Copyright (C) " (substring (current-time-string) -4) "  "
170   (getenv "ORGANIZATION") | "Free Software Foundation, Inc." "   (getenv "ORGANIZATION") | (progn user-full-name) "
171    
172  ;; Author: " (user-full-name)  ;; Author: " (user-full-name)
173  '(if (search-backward "&" (line-beginning-position) t)  '(if (search-backward "&" (line-beginning-position) t)

Legend:
Removed from v.1.33.2.3  
changed lines
  Added in v.1.33.2.4

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