comparison lisp/recentf.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents cfbb46a2ee9c
children de4ce9c67474 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
6 ;; Author: David Ponce <david@dponce.com> 6 ;; Author: David Ponce <david@dponce.com>
7 ;; Created: July 19 1999 7 ;; Created: July 19 1999
8 ;; Maintainer: FSF 8 ;; Maintainer: FSF
9 ;; Keywords: files 9 ;; Keywords: files
10 10
11 (defconst recentf-version "$Revision: 1.23 $") 11 (defconst recentf-version "$Revision: 1.24 $")
12 12
13 ;; This file is part of GNU Emacs. 13 ;; This file is part of GNU Emacs.
14 14
15 ;; GNU Emacs is free software; you can redistribute it and/or modify 15 ;; GNU Emacs is free software; you can redistribute it and/or modify
16 ;; it under the terms of the GNU General Public License as published 16 ;; it under the terms of the GNU General Public License as published
1159 1159
1160 (provide 'recentf) 1160 (provide 'recentf)
1161 1161
1162 (run-hooks 'recentf-load-hook) 1162 (run-hooks 'recentf-load-hook)
1163 1163
1164 ;;; arch-tag: 78f1eec9-0d16-4d19-a4eb-2e4529edb62a
1164 ;;; recentf.el ends here 1165 ;;; recentf.el ends here