comparison lisp/minibuffer.el @ 110015:280c8ae2476d

Add "Package:" file headers to denote built-in packages.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 29 Aug 2010 12:17:13 -0400
parents f0d32dbd0fcf
children bec49af30c2f
comparison
equal deleted inserted replaced
110014:f576b550fb69 110015:280c8ae2476d
1 ;;; minibuffer.el --- Minibuffer completion functions 1 ;;; minibuffer.el --- Minibuffer completion functions
2 2
3 ;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. 3 ;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 5 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
6 ;; Package: emacs
6 7
7 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
8 9
9 ;; GNU Emacs is free software: you can redistribute it and/or modify 10 ;; GNU Emacs is free software: you can redistribute it and/or modify
10 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by