1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

merge from 1.8 branch

This commit is contained in:
Kevin Ryde 2006-04-16 23:37:40 +00:00
parent 1b09b607dd
commit 6e7d5622ee
155 changed files with 625 additions and 9380 deletions

View file

@ -1,6 +1,6 @@
;;; gud-guile.el --- Support for debugging guile internals
;; Copyright (C) 2001 Free Software Foundation, Inc.
;; Copyright (C) 2001, 2006 Free Software Foundation, Inc.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
;;; guile-c.el --- Guile C editing commands
;; Copyright (C) 2001 Free Software Foundation, Inc.
;; Copyright (C) 2001, 2006 Free Software Foundation, Inc.
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
;;; guile-scheme.el --- Guile Scheme editing mode
;; Copyright (C) 2001 Free Software Foundation, Inc.
;; Copyright (C) 2001, 2006 Free Software Foundation, Inc.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
;;; multistring.el --- editing multiline strings.
;; Copyright (C) 2000 Free Software Foundation, Inc.
;; Copyright (C) 2000, 2006 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; patch.el --- mail/apply a patch
;; Copyright (C) 2001 Free Software Foundation, Inc.
;; Copyright (C) 2001, 2006 Free Software Foundation, Inc.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
;;; ppexpand.el --- temporarily expanding macros in a pretty way.
;; Copyright (C) 2000 Free Software Foundation, Inc.
;; Copyright (C) 2000, 2006 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; update-changelog.el --- stitch rcs2log output to ChangeLog
;;; Copyright (C) 2001 Free Software Foundation, Inc.
;;; Copyright (C) 2001, 2006 Free Software Foundation, Inc.
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by