Mercurial > emacs
comparison lisp/progmodes/perl-mode.el @ 14169:83f275dcd93a
Update FSF's address.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Sun, 14 Jan 1996 07:34:30 +0000 |
parents | 187735b53d52 |
children | 754031d2354f |
comparison
equal
deleted
inserted
replaced
14168:3b925cc52931 | 14169:83f275dcd93a |
---|---|
21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
23 ;; GNU General Public License for more details. | 23 ;; GNU General Public License for more details. |
24 | 24 |
25 ;; You should have received a copy of the GNU General Public License | 25 ;; You should have received a copy of the GNU General Public License |
26 ;; along with GNU Emacs; see the file COPYING. If not, write to | 26 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
27 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 27 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
28 ;; Boston, MA 02111-1307, USA. | |
28 | 29 |
29 ;;; Commentary: | 30 ;;; Commentary: |
30 | 31 |
31 ;; To enter perl-mode automatically, add (autoload 'perl-mode "perl-mode") | 32 ;; To enter perl-mode automatically, add (autoload 'perl-mode "perl-mode") |
32 ;; to your .emacs file and change the first line of your perl script to: | 33 ;; to your .emacs file and change the first line of your perl script to: |