Mercurial > hg > xemacs-beta
comparison lisp/packages/fontl-hooks.el @ 4:b82b59fe008d r19-15b3
Import from CVS: tag r19-15b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:56 +0200 |
parents | 376386a54a3c |
children | 49a24b4fd526 |
comparison
equal
deleted
inserted
replaced
3:30df88044ec6 | 4:b82b59fe008d |
---|---|
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
17 ;; General Public License for more details. | 17 ;; General Public License for more details. |
18 | 18 |
19 ;; You should have received a copy of the GNU General Public License | 19 ;; You should have received a copy of the GNU General Public License |
20 ;; along with XEmacs; see the file COPYING. If not, write to the Free | 20 ;; along with XEmacs; see the file COPYING. If not, write to the Free |
21 ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 21 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
22 ;; 02111-1307, USA. | |
22 | 23 |
23 ;;; Synched up with: FSF 19.30. (font-lock.el) | 24 ;;; Synched up with: FSF 19.30. (font-lock.el) |
24 | 25 |
25 ;;; Commentary: | 26 ;;; Commentary: |
26 | 27 |
79 (memq major-mode font-lock-mode-enable-list))) | 80 (memq major-mode font-lock-mode-enable-list))) |
80 (if (and (font-lock-set-defaults-1 explicit-defaults) | 81 (if (and (font-lock-set-defaults-1 explicit-defaults) |
81 font-lock-keywords) | 82 font-lock-keywords) |
82 (turn-on-font-lock))))) | 83 (turn-on-font-lock))))) |
83 | 84 |
85 (provide 'fontl-hooks) | |
86 | |
87 ;;; fontl-hooks.el ends here |