home *** CD-ROM | disk | FTP | other *** search
Wrap
;;; compiled by jwz@thalidomide on Thu Jul 2 16:31:12 1992 ;;; from file /u/jwz/emacs19/lisp/packages/add-log.el ;;; emacs version 19.2.1 Lucid. ;;; bytecomp version 2.07; 17-jun-92. ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs18. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19"))) (error "This file was compiled for Emacs19.")) (fset 'prompt-for-change-log-name #[nil "┴=½â┬¬ü├┼╞╟╚\"╔#!)ç" [system-type vax-vms "$CHANGE_LOG$.TXT" "ChangeLog" default expand-file-name read-file-name format "Log file (default %s): " nil] 5 "\ Prompt for a change log name."]) (fset 'add-change-log-entry #[(whoami file-name &optional other-window) "┴=½â┬¬ü├½ç╞╟╚ \"¬é╚ ½ç╞╩╦ \"¬é╦ ½ç╞═╬ \"¬é╬ ╨!½ê╥!P½Äܼç╒!ê¬à╓!ê╫ êebê╪┘ ┌█O!½ì╪▄ ▌▐░!¼Å┘ ▀ ▌αß▒êebêΓyê╪π!½àΓyê¬v`Σσxê`|êµτ!êΦyê)jêΩc,ç" [system-type vax-vms "$CHANGE_LOG$.TXT" "ChangeLog" default whoami read-input "Full name: " user-full-name full-name "Login name: " user-login-name login-name "Site name: " system-name site-name file-directory-p file-name file-name-as-directory other-window buffer-file-name find-file-other-window find-file undo-boundary looking-at current-time-string 0 10 ".* " " (" " at" " " " at " ")\n\n" 1 "\\sW" "\n" nil open-line 3 2 left-margin "* "] 8 "\ Find change log file and add an entry for today. First arg (interactive prefix) non-nil means prompt for user name and site. Second arg is file name of change log. Optional third arg OTHER-WINDOW non-nil means visit in other window." (byte-code "┴ Dç" [current-prefix-arg prompt-for-change-log-name] 2)]) (fset 'add-change-log-entry-other-window #[(whoami file-name) "└ \n├#ç" [add-change-log-entry whoami file-name t] 4 "\ Find change log file and add an entry for today. First arg (interactive prefix) non-nil means prompt for user name and site. Second arg is file name of change log. Interactively, with a prefix argument, the file name is prompted for." (byte-code "½à┴ Dç┬Dç" [current-prefix-arg prompt-for-change-log-name nil default-directory] 2)])