comparison lisp/net/quickurl.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents 50acec1e0d30
children 0d8b17d428b5
comparison
equal deleted inserted replaced
38435:a9102b5472f0 38436:b174db545cfd
1 ;;; quickurl.el --- Insert an URL based on text at point in buffer. 1 ;;; quickurl.el --- insert an URL based on text at point in buffer
2 2
3 ;; Copyright (C) 1999,2000,2001 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999,2000,2001 Free Software Foundation, Inc.
4 4
5 ;; Author: Dave Pearson <davep@davep.org> 5 ;; Author: Dave Pearson <davep@davep.org>
6 ;; Maintainer: Dave Pearson <davep@davep.org> 6 ;; Maintainer: Dave Pearson <davep@davep.org>
7 ;; Created: 1999-05-28 7 ;; Created: 1999-05-28
8 ;; Keywords: hypermedia 8 ;; Keywords: hypermedia
9 9
10 ;; This file is part of GNU emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option) 14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version. 15 ;; any later version.