contrib/mq.el
changeset 15782 7de7630053cb
parent 10263 25e572394f5c
equal deleted inserted replaced
15781:cc2da4a5ed9a 15782:7de7630053cb
    13 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    13 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    14 ;; General Public License for more details.
    14 ;; General Public License for more details.
    15 
    15 
    16 ;; You should have received a copy of the GNU General Public License
    16 ;; You should have received a copy of the GNU General Public License
    17 ;; along with mq.el, GNU Emacs, or XEmacs; see the file COPYING (`C-h
    17 ;; along with mq.el, GNU Emacs, or XEmacs; see the file COPYING (`C-h
    18 ;; C-l').  If not, write to the Free Software Foundation, Inc., 59
    18 ;; C-l').  If not, see <http://www.gnu.org/licenses/>.
    19 ;; Temple Place - Suite 330, Boston, MA 02111-1307, USA.
       
    20 
    19 
    21 (eval-when-compile (require 'cl))
    20 (eval-when-compile (require 'cl))
    22 (require 'mercurial)
    21 (require 'mercurial)
    23 
    22 
    24 
    23